sha256:bb10ed49d3eb7247a7fdd7d47428a0609b6dc4d1fb1bdaa9e7c706c832ca0d43
OS/ARCH
linux/amd64
Compressed size
151.65 MB
Last pushed
4 months by rdrit
Type
Image
Manifest digest
sha256:271b565cab06ba7c21ae890a93881384028b8f95b8dd23ef4b7be772eb5467b9
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.65 com.rdritcom.php_version=8.3.300 B3RUN /bin/sh -c apt-get update123.24 MB4RUN /bin/sh -c a2enmod rewrite514 B5RUN /bin/sh -c ln -sf207 B6COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit330 B7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit3.78 KB8RUN /bin/sh -c chmod +x3.77 KB9COPY healthcheck.sh /usr/local/bin/ # buildkit602 B10RUN /bin/sh -c chmod +x601 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' '@1773619200'