sha256:f6e56efa375b19b513bb2560be72270dffdd24e0fe9a4a38c2512d87a9543f93
OS/ARCH
Compressed size
102.72 MB
Last pushed
9 months by amazeeiojenkins
Type
Image
Manifest digest
sha256:5e336996a093b27e1297729d256c3e5db70abe52762e8bb4f83c323cde789f05
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2ARG PKG_COMMIT=10da6a585eb7d8defe9d273a51df5b133500eb6b0 B3ARG VARNISH_VERSION=6.0.160 B4ARG DIST_SHA512=40bccbb024b7909af606220510efe68f6d1009cd678df1950ab6c1d16a0f12fb3cdb812f658825c45d071e1c5afc2561f8b56645da4bc396f5d20e27ed8bd0e20 B5ENV VARNISH_SIZE=100M0 B6RUN |3 PKG_COMMIT=10da6a585eb7d8defe9d273a51df5b133500eb6b VARNISH_VERSION=6.0.16 DIST_SHA512=40bccbb024b7909af606220510efe68f6d1009cd678df1950ab6c1d16a0f12fb3cdb812f658825c45d071e1c5afc2561f8b56645da4bc396f5d20e27ed8bd0e267.04 MB7WORKDIR /etc/varnish32 B8COPY scripts/ /usr/local/bin/ # buildkit723 B9ENTRYPOINT ["/usr/local/bin/docker-varnish-entrypoint"]0 B10EXPOSE map[80/tcp:{} 8443/tcp:{}]0 B11CMD []0 B12LABEL org.opencontainers.image.source=https://github.com/uselagoon/lagoon-images/blob/main/images/varnish/6.Dockerfile0 B13LABEL org.opencontainers.image.description=Varnish 6 image optimised0 B14LABEL org.opencontainers.image.title=uselagoon/varnish-60 B15LABEL org.opencontainers.image.base.name=docker.io/varnish:6.00 B16ENV LAGOON=varnish0 B17COPY /lagoon /lagoon # buildkit3.58 MB18COPY /bin/fix-permissions /bin/ep /bin/docker-sleep /bin/wait-for2.97 MB19COPY /home /home # buildkit632 B20ENV TMPDIR=/tmp TMP=/tmp HOME=/home ENV=/home/.bashrc0 B21USER root0 B22RUN /bin/sh -c echo 'Acquire::http::Timeout229 B23RUN /bin/sh -c apt-get -y2.23 MB24RUN /bin/sh -c architecture=$(case $(uname8.88 KB25COPY /usr/lib/varnish/vmods/libvmod_dynamic.* /usr/lib/varnish/vmods/ # buildkit77.4 KB26COPY /usr/lib/varnish/vmods/libvmod_bodyaccess.* /usr/lib/varnish/vmods/ # buildkit18.58 KB27RUN /bin/sh -c echo "${VARNISH_SECRET:-lagoon_default_secret}"171 B28COPY default.vcl /etc/varnish/default.vcl # buildkit1.1 KB29COPY varnish-start.bash /varnish-start.sh # buildkit290 B30RUN /bin/sh -c fix-permissions /etc/varnish/824 B31COPY docker-entrypoint /lagoon/entrypoints/70-varnish-entrypoint # buildkit203 B32USER varnish0 B33EXPOSE [8080/tcp]0 B34ENV LAGOON_LOCALDEV_HTTP_PORT=80800 B35ENV HTTP_RESP_HDR_LEN=8k HTTP_RESP_SIZE=32k NUKE_LIMIT=150 CACHE_TYPE=malloc0 B36ENTRYPOINT ["/sbin/tini" "--" "/lagoon/entrypoints.bash"]0 B37CMD ["/varnish-start.sh"]0 B38LABEL org.opencontainers.image.source=https://github.com/uselagoon/lagoon-images/blob/main/images/varnish-persistent/6.Dockerfile0 B39LABEL org.opencontainers.image.description=Varnish 6 image optimised0 B40LABEL org.opencontainers.image.title=uselagoon/varnish-6-persistent0 B41LABEL org.opencontainers.image.base.name=docker.io/uselagoon/varnish-60 B42VOLUME [/var/cache/varnish]0 B43ENV CACHE_TYPE=file,/var/cache/varnish/file CACHE_SIZE=950M0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1765152000'