Docker Buildx Does Not Seem To Respect Output Type Flag #2458
Unanswered
justinba1010
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that the output type flag is ignored during exports. Not sure if I am using this incorrectly. It seems to be documented here:
https://docs.docker.com/build/exporters/oci-docker/
Goal: To build a tarball that has the docker layout instead of OCI, in v24 and below this was default OCI Compliance PR
Steps to recreate:
It would be expected that this tarball would have a docker image layout but it seems to be exported as an OCI image.
There seems to be documentation for other methods to skip the save step, but I have been unable to get those to work as well.
Beta Was this translation helpful? Give feedback.
All reactions