sha256:5bfc8da70ddfd0fa1a6f41f06b08a7c5ba135ee131c2c8b5bd1572e0fa77424a
OS/ARCH
linux/amd64
Compressed size
57.66 MB
Last pushed
3 days by picabesesr
Type
Image
Manifest digest
sha256:44a5886087f356fa74f776d7e6238482292fe56b6d1c36613208e7b3acfd7391
Image Layers
1# debian.sh --arch 'amd64' out/28.41 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 -p144 B5WORKDIR /usr/local/apache232 B6RUN /bin/sh -c set -eux;1.92 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/ # buildkit289 B13EXPOSE map[80/tcp:{}]0 B14CMD ["httpd-foreground"]0 B15RUN /bin/sh -c apt-get update138.81 KB16RUN /bin/sh -c sed -i6.54 KB17RUN /bin/sh -c sed -i6.54 KB18COPY www/data-idref/ /usr/local/apache2/htdocs/ # buildkit14.36 MB19COPY docker/.htaccess.template /usr/local/apache2/htdocs/.htaccess.template # buildkit699 B20COPY docker/yasgui.js.template /usr/local/apache2/htdocs/js/yasgui.js.template # buildkit584 B21COPY docker/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit377 B22RUN /bin/sh -c chmod +x373 B23ENV VIRTUOSO_URL=http://localhost:88900 B24ENV SPARQL_PUBLIC_ENDPOINT=http://localhost/sparql0 B25EXPOSE [80/tcp]0 B26ENTRYPOINT ["docker-entrypoint.sh"]0 B27CMD ["httpd-foreground"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'