Pull Command
Labels
-
com.docker.compose.project
papyrus
-
com.docker.compose.service
unbound
-
com.docker.compose.version
2.23.3
-
-
org.opencontainers.image.description
a validating, recursive, and caching DNS resolver
-
org.opencontainers.image.licenses
MIT
-
org.opencontainers.image.source
https://github.com/MatthewVance/unbound-docker
-
org.opencontainers.image.title
mvance/unbound
-
org.opencontainers.image.url
https://github.com/MatthewVance/unbound-docker
-
org.opencontainers.image.vendor
Matthew Vance
-
org.opencontainers.image.version
ENV
-
PATH=/opt/unbound/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-
NAME=unbound
-
SUMMARY= is a validating, recursive, and caching DNS resolver.
-
DESCRIPTION= is a validating, recursive, and caching DNS resolver.
Layers
-
001
sha256:3e440a7045683e27f8e2fa04000e0e078d8dfac0c971358ae0f8c65c13321c8e
52.5 MB
-
002
sha256:7d3dca69526112801e2c27bfbbd98d78726c00dcc6709dccf5107a594e27760a
113 Bytes
-
003
sha256:e65c29b272988e5b6c2c4c25899568a8099ae78b659ef4f963a735d19ab95187
35.6 MB
-
004
sha256:cf0c77afa98585dcad57f830422d58bb828d1e37678397d744f21e996feafb80
3.17 MB
-
005
sha256:ec4fec3c0f239e9a66625e774f4fac1ce9c2dd801ddc94580318d04f57707fcb
6.23 KB
-
006
sha256:9eff386e963fec770bc785dfe920e9389952cf3ef4a34e3e22477348628b64de
5.5 KB
-
007
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
32 Bytes
-
008
sha256:4d681ad875a37f5739684ca42dae147ee16aa69ecb21f1d572d90652e3b90cfc
221 Bytes
-
009
sha256:80b420939a41cc2efe637e54e68a6b9d6e2f773827ff52568574e7d2c6a76815
256 Bytes
History
[2023-03-23 01:30:15 UTC] /bin/sh -c #(nop) ADD file:459d1e92eb8c24ff4758f974d289ca8a2abe04cf50b6fe2bd760aa4589478289 in /
[2023-03-23 01:30:15 UTC] /bin/sh -c #(nop) CMD ["bash"]
[2023-04-02 19:21:02 -0500] LABEL maintainer=Matthew Vance
[2023-04-02 19:21:02 -0500] ENV NAME=unbound SUMMARY= is a validating, recursive, and caching DNS resolver. DESCRIPTION= is a validating, recursive, and caching DNS resolver.
[2023-04-02 19:21:02 -0500] WORKDIR /tmp/src
[2023-04-05 20:12:57 -0500] COPY /opt /opt # buildkit
[2023-04-05 20:13:06 -0500] RUN /bin/sh -c set -x && DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends bsdmainutils ca-certificates ldnsutils libevent-2.1-7 libnghttp2-14 libexpat1 libprotobuf-c1 && groupadd _unbound && useradd -g _unbound -s /dev/null -d /etc _unbound && apt-get purge -y --auto-remove $build_deps && rm -rf /opt/unbound/share/man /tmp/* /var/tmp/* /var/lib/apt/lists/* # buildkit
[2023-04-05 20:13:06 -0500] COPY data/ / # buildkit
[2023-04-05 20:13:06 -0500] RUN /bin/sh -c chmod +x /unbound.sh # buildkit
[2023-04-05 20:13:07 -0500] WORKDIR /opt/unbound/
[2023-04-05 20:13:07 -0500] ENV PATH=/opt/unbound/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[2023-04-05 20:13:07 -0500] LABEL org.opencontainers.image.version= org.opencontainers.image.title=mvance/unbound org.opencontainers.image.description=a validating, recursive, and caching DNS resolver org.opencontainers.image.url=https://github.com/MatthewVance/unbound-docker org.opencontainers.image.vendor=Matthew Vance org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/MatthewVance/unbound-docker
[2023-04-05 20:13:07 -0500] EXPOSE map[53/tcp:{}]
[2023-04-05 20:13:07 -0500] EXPOSE map[53/udp:{}]
[2023-04-05 20:13:07 -0500] HEALTHCHECK &{["CMD-SHELL" "drill @127.0.0.1 cloudflare.com || exit 1"] "30s" "30s" "10s" '\x03'}
[2023-04-05 20:13:07 -0500] CMD ["/unbound.sh"]
[2023-04-11 13:12:52 UTC] COPY unbound/entrypoint.sh /entrypoint.sh # buildkit
[2023-04-11 13:12:59 UTC] RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
[2023-04-11 13:12:59 UTC] ENTRYPOINT ["/entrypoint.sh"]
[2023-04-11 13:12:59 UTC] CMD ["/unbound.sh"]