6

I am trying to build a multi-arch image but would like to avoid pushing it to docker hub. I've had a lot of trouble finding out how to control the export options. is there a way to make "--push" push to a registry of my choosing?

Any help is appreciated

  • 3
    I think you're looking for `docker buildx build --load` to load into local registry: https://docs.docker.com/engine/reference/commandline/buildx_build/#load – cam Nov 19 '21 at 23:51

1 Answers1

0

--load does not support multiple arch builds.

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – LinFelix Jul 26 '23 at 08:57