-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
podman create: building local pause image: do not read ignore files #13530
Conversation
@edsantiago updated. I tried making up by consolidating places using the local pause image. |
@containers/podman-maintainers PTAL /hold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, and the test now fails (as it should) in unpatched podman, but a few suggestions inline.
Thank you!
Make sure to ignore local {container,docker}ignore files when building a local pause image. Otherwise, we may mistakenly not be able to copy catatonit into the build container. Fixes: containers#13529 Signed-off-by: Valentin Rothberg <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/hold
/hold cancel |
/lgtm again (because my first one was in a review comment, and I discovered this week that github review comments are treated differently from PR comments) |
(Nope, my slash-lgtm had no effect; I had to manually use clickybuttons to add the label. githubstatus claims that all is well, but earlier this morning things were very broken, so it's possible that something is still broken). |
Make sure to ignore local {container,docker}ignore files when building a
local pause image. Otherwise, we may mistakenly not be able to copy
catatonit into the build container.
Fixes: #13529
Signed-off-by: Valentin Rothberg [email protected]