-
Notifications
You must be signed in to change notification settings - Fork 787
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
buildah bud --layers=false / does not handle WORKDIR correctly. #2402
Comments
This'll overlap with changes to |
Does containers/podman#7239 help/solve this? |
@nalind did you ever make any headway with this? |
@vrothberg I think you had a similar issue? |
It's addressed on the Podman-side where the workdir from an image is guaranteed to be created by Podman in case it doesn't exist on the root FS of the image. |
A friendly reminder that this issue had no activity for 30 days. |
@nalind Did you ever complete this? |
This seems to work now. |
If I have a Dockerfile that looks like:
And then run
buildah bud -t workdir --layers=false .
on it multiple times. The second time, it will not create the /test directory in the image.If I run
buildah bud -t workdir --layers=true .
The text was updated successfully, but these errors were encountered: