sha256:5b8985bb00eea8f85d9da85514ff62b57e01678df49262d03d81877080482587
OS/ARCH
linux/amd64
Compressed size
80.6 MB
Last pushed
6 months by staneee
Type
Image
Manifest digest
sha256:5b8985bb00eea8f85d9da85514ff62b57e01678df49262d03d81877080482587
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 -p144 B5WORKDIR /usr/local/apache232 B6RUN /bin/sh -c set -eux;1.91 MB7ENV HTTPD_VERSION=2.4.660 B8ENV HTTPD_SHA256=94d7ff2b42acbb828e870ba29e4cbad48e558a79c623ad3596e4116efcfea25a0 B9ENV HTTPD_PATCHES=0 B10RUN /bin/sh -c set -eux;12.82 MB11STOPSIGNAL SIGWINCH0 B12COPY httpd-foreground /usr/local/bin/ # buildkit287 B13EXPOSE map[80/tcp:{}]0 B14CMD ["httpd-foreground"]0 B15LABEL maintainer=vaggeliskls <https://github.com/vaggeliskls>0 B16LABEL description=A WebDAV server running0 B17LABEL build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')0 B18LABEL license=MIT0 B19RUN /bin/sh -c apt-get update30.05 MB20RUN /bin/sh -c groupadd -r1.08 KB21RUN /bin/sh -c mkdir -p7.4 MB22RUN /bin/sh -c for i6.54 KB23RUN /bin/sh -c sed -i6.54 KB24COPY ./webdav.conf /usr/local/apache2/conf/webdav.conf.template # buildkit895 B25COPY ./virtualhost.conf /usr/local/apache2/conf/virtualhost.conf.template # buildkit500 B26RUN /bin/sh -c sed -i6.55 KB27COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit4.2 KB28RUN /bin/sh -c chmod +x4.19 KB29EXPOSE [8080/tcp 8443/tcp]0 B30USER webuser0 B31ENTRYPOINT ["docker-entrypoint.sh"]0 B32CMD ["httpd-foreground"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'