-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't build image if root filesystem is read only #335
Comments
laversa
changed the title
can't build image if root filesystem as read only
can't build image if root filesystem is read only
Mar 21, 2021
Yes, I want this feature |
I have the same problem. Please help to fix this issue.
UPDATED: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not able to build images when enable security best practices to run the container with read-only root file system.
Using --read-only option to make root file system read-only get the following error
Using temporary file system --tmpfs /home/user/.local
Using volume --volume ${PWD}/.local:/home/user/.local
Using volume --volume ${PWD}/.local:/home/user/.local and --tmpfs /tmp
is it posible to use img build with read-only root file system restriction ?
The text was updated successfully, but these errors were encountered: