sha256:787d81aa3f7f7bf31d022fbe58634d329e025ad93a89e1e1079a8f8ab6502c95
OS/ARCH
linux/amd64
Compressed size
151.67 MB
Last pushed
5 months by rdrit
Type
Image
Manifest digest
sha256:787d81aa3f7f7bf31d022fbe58634d329e025ad93a89e1e1079a8f8ab6502c95
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.26 MB4RUN /bin/sh -c a2enmod rewrite516 B5RUN /bin/sh -c ln -sf215 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.79 KB9COPY healthcheck.sh /usr/local/bin/ # buildkit606 B10RUN /bin/sh -c chmod +x619 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' '@1769990400'