sha256:c992f1857e5cfd3ed17ba70f23ad7d21f07fc9ee0a0f93d7f59a57ab5e9849a7
OS/ARCH
linux/amd64
Compressed size
171.93 MB
Last pushed
10 months by rouault
Type
Image
Manifest digest
sha256:c992f1857e5cfd3ed17ba70f23ad7d21f07fc9ee0a0f93d7f59a57ab5e9849a7
Image Layers
1# debian.sh --arch 'amd64' out/47 MB3ENV APACHE_CONFDIR=/etc/apache2 APACHE_RUN_USER=www-data APACHE_RUN_GROUP=www-data APACHE_RUN_DIR=/var/run/apache20 B4RUN /bin/sh -c apt-get update124.65 MB5COPY /usr/local/bin /usr/local/bin/ # buildkit38.39 KB6COPY /usr/local/lib /usr/local/lib/ # buildkit193.67 KB7COPY /usr/lib/apache2/modules/mod_mapcache.so /usr/lib/apache2/modules/mod_mapcache.so # buildkit9.2 KB8COPY /etc/mapcache/mapcache.xml /etc/mapcache/mapcache.xml # buildkit1.07 KB9RUN /bin/sh -c ln --symbolic125 B10RUN /bin/sh -c ldconfig #8.97 KB11COPY mapcache.conf /etc/apache2/conf-enabled/ # buildkit465 B12COPY mapcache.load /etc/apache2/mods-available/ # buildkit237 B13COPY start-server /usr/bin/ # buildkit391 B14ENV MAX_REQUESTS_PER_PROCESS=1000 SERVER_LIMIT=16 MAX_REQUEST_WORKERS=400 THREADS_PER_CHILD=250 B15RUN /bin/sh -c a2enmod mapcache33.57 KB16WORKDIR /etc/mapcache32 B17EXPOSE map[80/tcp:{}]0 B18CMD ["start-server"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400'