Allow multiple architectures, image tags for image builds
See original GitHub issueThe dev container CLI will soon support a platform argument, and https://github.com/devcontainers/cli/pull/61 introduces the ability to do multiple tags.
The challenge here is when you do a multiple architecture build, you can’t use the image to run locally. This makes me wonder if this should either be a separate action, or requires an optional runCmd
as proposed with #150.
//cc @stuartleeks
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Multi-arch build and images, the simple way | Docker
The question is now, how can we put multiple Docker images, each supporting a different architecture, behind the sametag?
Read more >Multi-architecture images in your Azure container registry
Use your Azure container registry to build, import, store, and deploy multi-architecture (multi-arch) images.
Read more >How to Build Multi-Arch Docker Images - Speedscale
In this guide, learn how to successfully produce multi-architecture Docker ARM images to run on your machine of choice.
Read more >Docker: Building Images for Multiple Architectures | by Sebastian
Multiarch builds is a Docker feature that allows you to build one image that runs on any number of target architectures. How does...
Read more >Introducing multi-architecture container images for Amazon ECR
With multi-architecture image support in Amazon ECR, it's now easy for you to build different images to support multiple architectures or ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Beat me to commenting! I’m now working on adding multiple tag support too.
Just wanted to drop a note that I’m working on a PR to add multiple architecture builds that I expect to wrap up within the next week or so.