Sign inSign up

carlonluca/polr:2.3.0b-20211231

Multi-platform
Manifest digest

sha256:486f025141a94b10f38720eed69c55b79afe57c43a36c247ed65336f01413329

OS/ARCH

Compressed size

112.05 MB

Last pushed

over 4 years by carlonluca

Type

Image

Manifest digest

sha256:486f025141a94b10f38720eed69c55b79afe57c43a36c247ed65336f01413329

Image Layers

1ADD file ... in / 2.69 MB
2CMD ["/bin/sh"]0 B
3LABEL Maintainer=Aurélien JANVIER <[email protected]> Description=Unofficial0 B
4ENV APP_NAME=My Polr0 B
5ENV APP_PROTOCOL=https://0 B
6ENV DB_CONNECTION=mysql0 B
7ENV DB_PORT=33060 B
8ENV DB_DATABASE=polr0 B
9ENV DB_USERNAME=polr0 B
10ENV POLR_BASE=620 B
11RUN /bin/sh -c apk --no-cache50.1 MB
12COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit1.26 KB
13COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf # buildkit1.13 KB
14COPY config/php.ini /etc/php7/conf.d/custom.ini # buildkit219 B
15COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit345 B
16RUN /bin/sh -c curl -sS561.4 KB
17RUN /bin/sh -c mkdir -p141 B
18RUN /bin/sh -c git clone26.16 MB
19RUN /bin/sh -c chown -R26.16 MB
20USER nobody0 B
21WORKDIR /var/www/html0 B
22COPY config/.env_polr .env_polr # buildkit1.81 KB
23COPY seeders/AdminSeeder.php AdminSeeder_withoutEnv.php # buildkit495 B
24RUN /bin/sh -c composer install6.38 MB
25RUN /bin/sh -c mkdir -p437 B
26COPY start.sh /start.sh # buildkit494 B
27RUN /bin/sh -c chmod u+x494 B
28COPY wait-for-it.sh /wait-for-it.sh # buildkit1.64 KB
29RUN /bin/sh -c chmod u+x1.64 KB
30EXPOSE map[8080/tcp:{}]0 B
31HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail0 B
32ENTRYPOINT ["/bin/sh" "-c" "/wait-for-it.sh $DB_HOST:$DB_PORT0 B

Command

ADD file:9233f6f2237d79659a9521f7e390df217cec49f1a8aa3a12147bbca1956acdb9 in /