sha256:c1ad765eab3ebb374205665c82ea3ee0310a068f367e3160ae5229aa6a2964f8
OS/ARCH
linux/amd64
Compressed size
151.66 MB
Last pushed
3 months by rdrit
Type
Image
Manifest digest
sha256:c204411b8880b2193f40ff889d8a28c8b29025cda7d7d8f9776c6def90c1add6
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2LABEL org.opencontainers.image.authors=Romain com.rdritcom.debian_version=13 com.rdritcom.apache2_version=2.4.67 com.rdritcom.php_version=8.3.300 B3RUN /bin/sh -c apt-get update123.25 MB4RUN /bin/sh -c a2enmod rewrite516 B5RUN /bin/sh -c ln -sf208 B6COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit334 B7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit3.78 KB8RUN /bin/sh -c chmod +x3.78 KB9COPY healthcheck.sh /usr/local/bin/ # buildkit603 B10RUN /bin/sh -c chmod +x602 B11HEALTHCHECK &{["CMD-SHELL" "/bin/bash /usr/local/bin/healthcheck.sh"] "30s"0 B12WORKDIR /var/www/glpi32 B13EXPOSE [80/tcp]0 B14ENTRYPOINT ["docker-entrypoint.sh"]0 B15CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'