sha256:e8bd301603e80c0e260a3898840c69f1e9ad07efc0e8b6de07bcbd07580de61b
OS/ARCH
linux/amd64
Compressed size
114.71 MB
Last pushed
about 2 years by dhrp
Type
Image
Manifest digest
sha256:e8bd301603e80c0e260a3898840c69f1e9ad07efc0e8b6de07bcbd07580de61b
Image Layers
1ADD file ... in / 25.88 MB2CMD ["bash"]0 B3LABEL maintainer=PDOK dev <https://github.com/PDOK/lighttpd-docker/issues>0 B4RUN /bin/sh -c useradd --no-log-init1.08 KB5COPY /usr/local/sbin /usr/local/sbin # buildkit734.19 KB6COPY /usr/local/lib /usr/local/lib # buildkit1.05 MB7COPY /config/lighttpd.conf /srv/lighttpd/lighttpd.conf # buildkit1.54 KB8COPY /www/index.html /var/www/index.html # buildkit623 B9RUN /bin/sh -c apt-get -y3.33 MB10RUN /bin/sh -c setcap 'cap_net_bind_service=+ep'727.08 KB11RUN /bin/sh -c mkdir -p182 B12USER www0 B13ENV DEBUG=00 B14ENV MIN_PROCS=10 B15ENV MAX_PROCS=30 B16ENV MAX_LOAD_PER_PROC=40 B17ENV IDLE_TIMEOUT=200 B18EXPOSE map[80/tcp:{}]0 B19STOPSIGNAL SIGINT0 B20CMD ["lighttpd" "-D" "-f" "/srv/lighttpd/lighttpd.conf"]0 B21USER root0 B22LABEL maintainer=PDOK dev <https://github.com/PDOK/mapserver-docker/issues>0 B23ENV DEBIAN_FRONTEND=noninteractive0 B24ENV TZ=Europe/Amsterdam0 B25COPY /usr/local/bin /usr/local/bin # buildkit488.29 KB26COPY /usr/local/lib /usr/local/lib # buildkit15.04 MB27RUN /bin/sh -c apt-get -y67.49 MB28ADD config/lighttpd.conf /srv/mapserver/config/lighttpd.conf # buildkit668 B29ADD config/include.conf /srv/mapserver/config/include.conf # buildkit215 B30ADD config/request.lua /srv/mapserver/config/request.lua # buildkit596 B31RUN /bin/sh -c chmod o+x5.47 KB32RUN /bin/sh -c apt-get clean345 B33USER www0 B34ENV DEBUG=00 B35ENV MIN_PROCS=80 B36ENV MAX_PROCS=80 B37ENV MAX_LOAD_PER_PROC=10 B38ENV IDLE_TIMEOUT=200 B39EXPOSE map[80/tcp:{}]0 B40CMD ["lighttpd" "-D" "-f" "/srv/mapserver/config/lighttpd.conf"]0 BCommand
ADD file:2254e48bf53907be7a0b1744bc4fcd7805a627672793cf5f86a01ac751a1b24d in /