-
Notifications
You must be signed in to change notification settings - Fork 814
Support buildah commit --amend
#6107
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
Comments
Unrelated to the RFE but: it's not clear to me that's really the desired end state. I think it'd be better to have that data written by a (Or also relevantly, if one wants to do content-addressed split layers then we want it in the same layer as the rpm database generally) |
Or to say it a different way, every way in which a Konflux pipeline manipulates my built container image in a way that's hard to replicate with |
I agree that the specific use case that I mentioned would be better if it was handled by |
A friendly reminder that this issue had no activity for 30 days. |
I would like to run buildah in a build platform where I can inject specific files (content-sets.json) into the container filesystem after users' Containerfile-driven builds are complete. If users want to
--squash
their build then we can achieve this functionality by squashing the image when we commit. If users want the build layer to be distinct from the parent image (i.e. not squashing), however, buildah will add the content in a separate layer. This results in users having an unexpected last layer consisting of only the added files and not their application code.The text was updated successfully, but these errors were encountered: