sha256:111ddca0ad5c39dd20c079b3bb93e869e556ee240a030e0e3a5cfd30202518bc
OS/ARCH
Compressed size
43.16 MB
Last pushed
4 days by rogerdz
Type
Image
Manifest digest
sha256:fb0e2d7e26a02a632891591686b886ec729a6a0257bf760a4e4b5ec722474ecc
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV HTTPD_PREFIX=/usr/local/apache20 B3ENV PATH=/usr/local/apache2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4RUN /bin/sh -c mkdir -p145 B5WORKDIR /usr/local/apache232 B6RUN /bin/sh -c set -eux;1.91 MB7ENV HTTPD_VERSION=2.4.680 B8ENV HTTPD_SHA256=68c74d4df38c26bed4dfbdb8f3baf1eb532f3872357becc1bba5d136f6b63c060 B9ENV HTTPD_PATCHES=0 B10RUN /bin/sh -c set -eux;12.83 MB11STOPSIGNAL SIGWINCH0 B12COPY httpd-foreground /usr/local/bin/ # buildkit287 B13EXPOSE map[80/tcp:{}]0 B14CMD ["httpd-foreground"]0 B16COPY --chmod=755 docker-entrypoint.sh /docker-custom-entrypoint.sh #484 B17COPY extra/httpd-ssl.conf /usr/local/apache2/conf/extra/httpd-ssl.conf # buildkit569 B18RUN /bin/sh -c sed -i10.83 KB19ENTRYPOINT ["/docker-custom-entrypoint.sh"]0 B20CMD ["httpd-foreground"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'