-
currently we're pushing different architectures to different tags, we should instead use `docker manifest` to combine them proper like
https://stackoverflow.com/questions/66337210/is-it-possible-t…
-
Need an option for multi arch buildx images where the tags just a have list.manifest.json which lists the sums. Need to ensure sums listed in tags to not be deleted are kept. And removal needs to remo…
-
Currently, the images of `OPNI` are only for `linux/amd64`.
It will be nice to be added support for `arm64` as well.
-
- Program: Authoritative, Recursor, dnsdist
- Issue type: Feature request
### Short description
I would like to see the support for multi-arch images as PowerDNS starts to build out their Docke…
-
can we publish multi-arch images so we can use ARM on aws?
```
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7
```
danbf updated
3 years ago
-
Hi, I want to check if this docker image can be extended for multi-arches on dockerhub?
I have verified the dockerfile works as-is on a ppc64le machine, since the Dockerfile looks platform independ…
-
Hello,
Is there anyway that docker could be added as an image extension? This would help many users that run CI/CD pipelines on top of kubernetes that currently use the underlying hosts `/var/run/doc…
-
Thanks for putting this together 🙂
Tried to run this on an Apple silicon Mac and it doesn't play nicely as the image runs in emulation mode. When you adapt it for ARM it works great on Apple silic…
-
**Is your feature request related to a problem? Please describe.**
I am unable to use the standard docker hub image on a raspberr pi cluster.
**Describe the solution you'd like**
I'm not sur…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…