Tag
papyrus-dev-unbound:1.0.0
Created
2022-11-22 16:21:48 UTC
Architecture
linux / amd64
Content Digest
Pull Command
Labels
  • com.docker.compose.project
    papyrus
  • com.docker.compose.service
    unbound
  • com.docker.compose.version
    2.13.0
  • maintainer
    Matthew Vance
  • 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
  • VERSION=1.0
  • SUMMARY= is a validating, recursive, and caching DNS resolver.
  • DESCRIPTION= is a validating, recursive, and caching DNS resolver.
Layers
  • 001 sha256:17c9e6141fdb3387e5a1c07d4f9b6a05ac1498e96029fa3ea55470d4504f7770 52.5 MB
  • 002 sha256:4ed5877aea8b8ea866640747ccacd60427845bb04efeb7deb8e0c02dbdd22db4 150 Bytes
  • 003 sha256:ca51d91a7759529f7f4aad7a855fed16d0f4fd48ae11566b71c6540215fe278c 34.7 MB
  • 004 sha256:3e9c6e4d03cc9a940f5cfa8dd5f23d0616982977207b0a7662734637afb9b37e 3.17 MB
  • 005 sha256:41f029818ab8e92ad92a516fbce325477c3bc3919f09142a75b4c60b0b47f962 6.13 KB
  • 006 sha256:ea2d476a6878da2de1696087e55c0aa2f9b16aac4b5384fd181e4c631e0046a8 5.48 KB
  • 007 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32 Bytes
  • 008 sha256:4d681ad875a37f5739684ca42dae147ee16aa69ecb21f1d572d90652e3b90cfc 221 Bytes
  • 009 sha256:866b6696b57ad40922a1835ca9f53d0006ee33941b830deede2a9e8c6c19d3f1 255 Bytes
History
[2022-10-25 01:43:42 UTC] /bin/sh -c #(nop) ADD file:26702ba2c3e94cb21cdb3c550cf01cf848823d160f3417b559116d4c718e5df0 in / [2022-10-25 01:43:42 UTC] /bin/sh -c #(nop) CMD ["bash"] [2022-11-02 17:13:54 -0500] LABEL maintainer=Matthew Vance [2022-11-02 17:13:54 -0500] ENV NAME=unbound VERSION=1.0 SUMMARY= is a validating, recursive, and caching DNS resolver. DESCRIPTION= is a validating, recursive, and caching DNS resolver. [2022-11-02 17:13:54 -0500] WORKDIR /tmp/src [2022-11-02 20:13:07 -0500] COPY /opt /opt # buildkit [2022-11-02 20:13:18 -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 [2022-11-02 20:13:18 -0500] COPY data/ / # buildkit [2022-11-02 20:13:18 -0500] RUN /bin/sh -c chmod +x /unbound.sh # buildkit [2022-11-02 20:13:18 -0500] WORKDIR /opt/unbound/ [2022-11-02 20:13:18 -0500] ENV PATH=/opt/unbound/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-11-02 20:13:18 -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 [2022-11-02 20:13:18 -0500] EXPOSE map[53/tcp:{}] [2022-11-02 20:13:18 -0500] EXPOSE map[53/udp:{}] [2022-11-02 20:13:18 -0500] HEALTHCHECK &{["CMD-SHELL" "drill @127.0.0.1 cloudflare.com || exit 1"] "30s" "30s" "10s" '\x03'} [2022-11-02 20:13:18 -0500] CMD ["/unbound.sh"] [2022-11-22 16:21:30 UTC] COPY unbound/entrypoint.sh /entrypoint.sh # buildkit [2022-11-22 16:21:48 UTC] RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit [2022-11-22 16:21:48 UTC] ENTRYPOINT ["/entrypoint.sh"] [2022-11-22 16:21:48 UTC] CMD ["/unbound.sh"]