oznu / docker-cloudflare-ddns

A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
https://hub.docker.com/r/oznu/cloudflare-ddns/
GNU General Public License v3.0
1.07k stars 213 forks source link

Idea: Multi-arch images #18

Closed jamct closed 4 years ago

jamct commented 4 years ago

I would suggest to switch to multi-arch docker images. They contain a manifest and can contain images for multiple architectures and the docker daemon will pull the correct one. With multi-arch you do not have to specify a tag like armhf.

oznu commented 4 years ago

Hey @jamct,

This should already be the case as I did this a few weeks ago.

See the latest tag has multiple arch options:

https://hub.docker.com/layers/oznu/cloudflare-ddns/latest/images/sha256-1f0158f2af7f9d013314cc62578e812372ae713574574e98c67af36479e53213

jamct commented 4 years ago

Hey @oznu,

you are right, it already is a multistage image. Just needs a hint in the docs. I will prepare a PR with a fix for Readme.md.

oznu commented 4 years ago

Readme updated.