Sign inSign up

digitalist/cavalcade-docker:0.2

Manifest digest

sha256:6ece6035c5596f6e7418b3db97969d05dc4814c924e96a61303770f4f766ef92

OS/ARCH

linux/amd64

Compressed size

68.32 MB

Last pushed

11 months by ewertthedragon

Type

Image

Manifest digest

sha256:6ece6035c5596f6e7418b3db97969d05dc4814c924e96a61303770f4f766ef92

Image Layers

1ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit3.47 MB
2CMD ["/bin/sh"]0 B
3ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file0 B
4RUN /bin/sh -c apk add3.18 MB
5RUN /bin/sh -c set -eux;933 B
6ENV PHP_INI_DIR=/usr/local/etc/php0 B
7RUN /bin/sh -c set -eux;221 B
8ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B
9ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B
10ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B
11ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC0 B
12ENV PHP_VERSION=8.2.280 B
13ENV PHP_URL=https://www.php.net/distributions/php-8.2.28.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.2.28.tar.xz.asc0 B
14ENV PHP_SHA256=af8c9153153a7f489153b7a74f2f29a5ee36f5cb2c6c6929c98411a577e89c910 B
15RUN /bin/sh -c set -eux;11.61 MB
16COPY docker-php-source /usr/local/bin/ # buildkit487 B
17RUN /bin/sh -c set -eux;16.26 MB
18COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB
19RUN /bin/sh -c docker-php-ext-enable sodium19.56 KB
20ENTRYPOINT ["docker-php-entrypoint"]0 B
21CMD ["php" "-a"]0 B
22RUN echo 'export "PATH=$PATH:cavalcade"' >>680 B
23COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/bin/33.66 KB
24COPY --from=composer /usr/bin/composer /usr/bin/composer723.65 KB
25COPY supervisor.ini /etc/supervisor.d/supervisor.ini603 B
26RUN install-php-extensions pcntl pdo_mysql mysqli31.91 MB
27RUN chown $USER:$USER /opt ;685 B
28COPY --chown=$USER:$USER ./composer.json /opt/composer.json389 B
29COPY --chown=$USER:$USER ./composer.lock /opt/composer.lock2.68 KB
30RUN composer install1.12 MB

Command

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit