Tag
papyrus-unbound:1.1.8-dev
Created
2022-11-22 10:54:03 UTC
Architecture
linux / amd64
Content Digest
Pull Command
Labels
  • com.docker.compose.project
    papyrus
  • com.docker.compose.service
    unbound
  • com.docker.compose.version
    2.12.2
  • 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
  • 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:b0eeea218f4b0bcf8daa1c507be57e1ac56334e7fa2d8eafe8cf4fb302dac812 34.8 MB
  • 004 sha256:09e8cd0941292045084399d10a5704bc12473fe7104fb11bcf11c6b868eb435b 3.17 MB
  • 005 sha256:63dd368ea4aacbe8270d60749252689721248d9d1e67899fa591e62744765d82 6.14 KB
  • 006 sha256:d9820f70f64f4ef370a8e7bc9a58274ee55673556e1f66c57e4a140e5d0eac94 5.48 KB
  • 007 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32 Bytes
  • 008 sha256:4d681ad875a37f5739684ca42dae147ee16aa69ecb21f1d572d90652e3b90cfc 221 Bytes
  • 009 sha256:c814e7f7181006918a8ba8e7ef3eb1c53f468593e23b316d2992e3526a096574 254 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 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 17:24:22 -0500] COPY /opt /opt # buildkit [2022-11-02 17:24:32 -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 17:24:32 -0500] COPY data/ / # buildkit [2022-11-02 17:24:32 -0500] RUN /bin/sh -c chmod +x /unbound.sh # buildkit [2022-11-02 17:24:32 -0500] WORKDIR /opt/unbound/ [2022-11-02 17:24:32 -0500] ENV PATH=/opt/unbound/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-11-02 17:24:32 -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 17:24:32 -0500] EXPOSE map[53/tcp:{}] [2022-11-02 17:24:32 -0500] EXPOSE map[53/udp:{}] [2022-11-02 17:24:32 -0500] HEALTHCHECK &{["CMD-SHELL" "drill @127.0.0.1 cloudflare.com || exit 1"] "30s" "30s" "10s" '\x03'} [2022-11-02 17:24:32 -0500] CMD ["/unbound.sh"] [2022-11-22 10:52:54 UTC] COPY unbound/entrypoint.sh /entrypoint.sh # buildkit [2022-11-22 10:54:03 UTC] RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit [2022-11-22 10:54:03 UTC] ENTRYPOINT ["/entrypoint.sh"] [2022-11-22 10:54:03 UTC] CMD ["/unbound.sh"]