Created
March 30, 2022 19:51
-
-
Save developer-guy/e1067651c23f23d61ccf04fdfa17f025 to your computer and use it in GitHub Desktop.
Docker Buildx remote registry cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker buildx build -t devopps/hello-world-multi-arch:v1 \ | |
--push=true \ | |
--cache-from type=registry,ref=devopps/hello-world-multi-arch:cache \ | |
--cache-to type=registry,ref=devopps/hello-world-multi-arch:cache,mode=max \ | |
--platform linux/amd64,linux/arm64 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment