sha256:8e3d6ba7841f7b7777fe175dcd38487c0931721d9cfa264dfbe89e8120f74eb9
OS/ARCH
linux/amd64
Compressed size
151.18 MB
Last pushed
about 2 months by rdrit
Type
Image
Manifest digest
sha256:87f8aceb2b4edae699bf868cb9da260a54486e094f60ae0662ad269a4c7b0157
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 update122.77 MB4RUN /bin/sh -c a2enmod rewrite531 B5RUN /bin/sh -c ln -sf208 B6COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit331 B7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit3.78 KB8RUN /bin/sh -c chmod +x3.77 KB9COPY healthcheck.sh /usr/local/bin/ # buildkit601 B10RUN /bin/sh -c chmod +x597 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' '@1779062400'