dc-coredns (latest)
Published 2026-06-09 23:16:10 +03:00 by mehrdad
Installation
docker pull git.neoh.ir/dc-stacks/dc-coredns:latestsha256:0dcb74f9df6cd28462f45418873d57937fb4812ebe0d680b0ba444258b5222de
Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1779062400' |
| ARG DEBIAN_FRONTEND=noninteractive |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get -qq update && apt-get -qq --no-install-recommends install tini wget && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /coredns /coredns # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| WORKDIR / |
| EXPOSE [53/tcp 53/udp] |
| ENTRYPOINT ["/usr/bin/tini" "--" "/entrypoint.sh"] |
| CMD ["-conf" "/etc/coredns/Corefile"] |
Details
2026-06-09 23:16:10 +03:00
Versions (2)
View all
Container
0
OCI / Docker
linux/amd64
54 MiB
main-980cb2b
2026-06-09
latest
2026-06-09