question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow multiple architectures, image tags for image builds

See original GitHub issue

The 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:open
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
natescherercommented, Nov 17, 2022

Beat me to commenting! I’m now working on adding multiple tag support too.

1reaction
natescherercommented, Sep 2, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found