sha256:ccf6ae52b057a00df2dddc73aa5fa81e43ece3f9b7159e9ad1cb715f57a0ed05
OS/ARCH
Compressed size
107.55 MB
Last pushed
about 5 years by carlonluca
Type
Image
Manifest digest
sha256:ccf6ae52b057a00df2dddc73aa5fa81e43ece3f9b7159e9ad1cb715f57a0ed05
Image Layers
1ADD file ... in / 2.32 MB2CMD ["/bin/sh"]0 B4ENV APP_NAME=My Polr0 B5ENV APP_PROTOCOL=https://0 B6ENV DB_CONNECTION=mysql0 B7ENV DB_PORT=33060 B8ENV DB_DATABASE=polr0 B9ENV DB_USERNAME=polr0 B10ENV POLR_BASE=620 B11RUN /bin/sh -c apk --no-cache45.99 MB12COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.26 KB13COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf # buildkit1.13 KB14COPY config/php.ini /etc/php7/conf.d/custom.ini # buildkit223 B15COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit345 B16RUN /bin/sh -c curl -sS542.63 KB17RUN /bin/sh -c mkdir -p140 B18RUN /bin/sh -c git clone26.16 MB19RUN /bin/sh -c chown -R26.16 MB20USER nobody0 B21WORKDIR /var/www/html0 B22COPY config/.env_polr .env_polr # buildkit1.81 KB23COPY seeders/AdminSeeder.php AdminSeeder_withoutEnv.php # buildkit495 B24RUN /bin/sh -c composer install6.38 MB25RUN /bin/sh -c mkdir -p438 B26COPY start.sh /start.sh # buildkit492 B27RUN /bin/sh -c chmod u+x493 B28COPY wait-for-it.sh /wait-for-it.sh # buildkit1.64 KB29RUN /bin/sh -c chmod u+x1.64 KB30EXPOSE map[8080/tcp:{}]0 B31HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 B32ENTRYPOINT ["/bin/sh" "-c" "/wait-for-it.sh $DB_HOST:$DB_PORT0 BCommand
ADD file:a7da7992ccea54d3295231027614f138aa45c4d4a25ea6ec9bf7b316b9f67d95 in /