-
The official CoreDNS docker image.
-
Maintained by: openEuler CloudNative SIG
-
Where to get help: openEuler CloudNative SIG, openEuler
- Build images and push:
docker buildx build -t "openeuler/coredns:$VERSION" --platform linux/amd64,linux/arm64 . --push
We are using buildx
in here to generate multi-arch images, see more in Docker Buildx
- Run:
docker run -ti openeuler/coredns:1.7.0-21.09
- 1.7.0-21.09: coredns v1.7.0, openEuler 21.09
Linux/Unix, ARM64 or x86-64 architecture.