sha256:bf92b1f6df2132802dfb198dc64bed73f8c04e1b0871713630ccb1c62505d2d1
OS/ARCH
linux/arm64
Compressed size
80.8 MB
Last pushed
6 months by staneee
Type
Image
Manifest digest
sha256:bf92b1f6df2132802dfb198dc64bed73f8c04e1b0871713630ccb1c62505d2d1
Image Layers
1# debian.sh --arch 'arm64' out/28.74 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.88 MB7ENV HTTPD_VERSION=2.4.660 B8ENV HTTPD_SHA256=94d7ff2b42acbb828e870ba29e4cbad48e558a79c623ad3596e4116efcfea25a0 B9ENV HTTPD_PATCHES=0 B10RUN /bin/sh -c set -eux;12.76 MB11STOPSIGNAL SIGWINCH0 B12COPY httpd-foreground /usr/local/bin/ # buildkit288 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 update29.95 MB20RUN /bin/sh -c groupadd -r1.08 KB21RUN /bin/sh -c mkdir -p7.43 MB22RUN /bin/sh -c for i6.54 KB23RUN /bin/sh -c sed -i6.54 KB24COPY ./webdav.conf /usr/local/apache2/conf/webdav.conf.template # buildkit898 B25COPY ./virtualhost.conf /usr/local/apache2/conf/virtualhost.conf.template # buildkit502 B26RUN /bin/sh -c sed -i6.55 KB27COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit4.21 KB28RUN /bin/sh -c chmod +x4.2 KB29EXPOSE [8080/tcp 8443/tcp]0 B30USER webuser0 B31ENTRYPOINT ["docker-entrypoint.sh"]0 B32CMD ["httpd-foreground"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1773619200'