-
Notifications
You must be signed in to change notification settings - Fork 797
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
--platform parameter spills out of its FROM clause #5968
Labels
jira
Issues which will be sync'd to a card at https://issues.redhat.com/projects/RUN
Comments
flouthoc
added a commit
to flouthoc/buildah
that referenced
this issue
Feb 4, 2025
On processing of every stage platform spec in systemcontext must be correctly reset. [NO NEW TESTS NEEDED] Closes: containers#5968 Signed-off-by: flouthoc <[email protected]>
PR #5971 should close this. |
flouthoc
added a commit
to flouthoc/buildah
that referenced
this issue
Feb 4, 2025
On processing of every stage platform spec in systemcontext must be correctly reset. [NO NEW TESTS NEEDED] Closes: containers#5968 Signed-off-by: flouthoc <[email protected]>
For completeness' sake, I'm doing
as a workaround for now. |
flouthoc
added a commit
to flouthoc/buildah
that referenced
this issue
Feb 6, 2025
On processing of every stage platform spec in systemcontext must be correctly reset. [NO NEW TESTS NEEDED] Closes: containers#5968 Signed-off-by: flouthoc <[email protected]>
flouthoc
added a commit
to flouthoc/buildah
that referenced
this issue
Feb 11, 2025
On processing of every stage platform spec in systemcontext must be correctly reset. [NO NEW TESTS NEEDED] Closes: containers#5968 Signed-off-by: flouthoc <[email protected]>
flouthoc
added a commit
to flouthoc/buildah
that referenced
this issue
Feb 11, 2025
Every stage now has its own copy of systemcontext. On processing of every stage platform spec in systemcontext must be correctly reset. Closes: containers#5968 Signed-off-by: flouthoc <[email protected]>
flouthoc
added a commit
to flouthoc/buildah
that referenced
this issue
Feb 11, 2025
Every stage now has its own copy of systemcontext. On processing of every stage platform spec in systemcontext must be correctly reset. Closes: containers#5968 Signed-off-by: flouthoc <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an image built on linux/amd64 that I need to use as a base, on amd64 and arm64. I am treating that image as data-only and simply need to copy some files from it to the resulting image. I was hoping the following would work:
, but it doesn't - on arm64, the
line picks up the amd64 flavor of the UBI9 base image.
The text was updated successfully, but these errors were encountered: