sha256:2129330810a85b133a41ef2d6ac25f1ee60bf852757681e8cd75439cf8de4c1e
OS/ARCH
Compressed size
44.33 MB
Last pushed
over 2 years by back295
Type
Image
Manifest digest
sha256:0fad043943862139db8eb021958c79faef071c09a109e655edcf23b2e4859111
Image Layers
1ADD file ... in / 3.25 MB2CMD ["/bin/sh"]0 B3ARG ALPINE_VERSION0 B4ENV KIND=druid-docker-image ALPINE_VERSION=3.19.1 APP_PATH=/app DEFAULT_USER=druid0 B5ADD https://cacerts.digicert.com/BaltimoreCyberTrustRoot.crt.pem /opt/ssl/ # buildkit1.1 KB6ADD https://cacerts.digicert.com/DigiCertGlobalRootG2.crt.pem /opt/ssl/ # buildkit1.12 KB7ADD https://dl.cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem /opt/ssl/ # buildkit1.12 KB8RUN |1 ALPINE_VERSION=3.19.1 /bin/sh -c13.6 MB9COPY files/home/druid/ /home/druid # buildkit6.89 KB10COPY files/usr/local/bin/ /usr/local/bin/ # buildkit593 B11COPY /usr/local/bin/ep /usr/local/bin/ep # buildkit2.65 MB12COPY files/entrypoints/00-umask.sh files/entrypoints/15-xdebug.sh files/entrypoints/19-php_ini.sh /entrypoints/625 B13SHELL [/bin/bash -c]0 B14USER druid0 B15WORKDIR /app94 B16ENTRYPOINT ["/sbin/tini" "--" "entrypoint"]0 B17CMD ["tail" "-f" "/dev/null"]0 B18ENV PHP_MAJOR_VERSION=80 B19ENV PHP_SHORT_VERSION=830 B20ENV PHP_INSTALL_VERSION=830 B21RUN /bin/bash -c sudo -s7.71 MB22RUN /bin/bash -c php -v32 B23COPY files/etc/php/conf.d/* /etc/php83/conf.d/ # buildkit524 B24COPY /usr/lib/preloadable_libiconv.so /usr/lib/preloadable_libiconv.so # buildkit710.03 KB25ENV LD_PRELOAD=/usr/lib/preloadable_libiconv.so php0 B26ENV APP_ENV=prod COMPOSER_HOME=/home/druid/.composer COMPOSER_AUDIT_ABANDONED=report COMPOSER_FUND=00 B27COPY /composer /usr/bin/composer # buildkit705.28 KB28RUN /bin/bash -c sudo -s258.42 KB29RUN /bin/bash -c sudo -s1.97 MB30COPY files/etc/php/php-fpm.d/www.conf /etc/php83/php-fpm.d/www.conf # buildkit601 B31RUN /bin/bash -c sudo -s1.22 KB32CMD ["sudo" "-E" "LD_PRELOAD=/usr/lib/preloadable_libiconv.so" "php-fpm"0 B33USER root0 B34RUN /bin/bash -c apk --update4.61 MB35COPY --chown=www-data /home/simplesamlphp /app/simplesamlphp #8.1 MB36RUN /bin/bash -c cd /app/simplesamlphp783.08 KB37COPY --chown=www-data files/ / #22.29 KB38USER druid0 B39EXPOSE map[8080/tcp:{}]0 B40CMD ["sudo" "nginx"]0 BCommand
ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in /