python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can docker buildx build utilize a docker swarm for multi-platform building?
Just got done compiling a buildx multi-arch docker container that includes amd64, arm64 and armv7. It took about two hours to build -- with the armv7 portion being particularly slow. It only takes abo...
bnhf
Votes: 0
Answers: 0
re-tagging multi-arch docker image
I'm looking for a way to re-tag existing image under different name (for example we release version x.y.z and we would like to tag is as latests as well). Currently I would do:
docker pull docker/my-a...
Wojtek
Votes: 0
Answers: 1
docker buildx multiarch from existing binaries
based on pre compiled binaries i want to create a multiarch docker image.
i created these binaries using https://github.com/cross-rs/cross .
i want to do something similar to:
FROM --PLATFORM=$TARGETP...
timg
Votes: 0
Answers: 1
Building multiarchtecture docker images on ansible?
As it is right now, it's possible to docker build an image using the community.docker collection:
(Example from documentation)
- name: Build an image and push it to a private repo
community.docker.d...
Blender Fox
Votes: 0
Answers: 1