sha256:c1f78dbdf88f74c4f8cb31e1318e73a53cdd59e43e80d59550a5b9c588c71dad
OS/ARCH
linux/arm64
Compressed size
63.57 MB
Last pushed
11 months by eliasdb
Type
Image
Manifest digest
sha256:c1f78dbdf88f74c4f8cb31e1318e73a53cdd59e43e80d59550a5b9c588c71dad
Image Layers
1ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit3.95 MB2CMD ["/bin/sh"]0 B3ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file0 B4RUN /bin/sh -c apk add3.31 MB5RUN /bin/sh -c set -eux;933 B6ENV PHP_INI_DIR=/usr/local/etc/php0 B7RUN /bin/sh -c set -eux;216 B8ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B9ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B10ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B11ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B12ENV PHP_VERSION=8.3.260 B13ENV PHP_URL=https://www.php.net/distributions/php-8.3.26.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.26.tar.xz.asc0 B14ENV PHP_SHA256=2f522eefa02c400c94610d07f25c4fd4c771f95e4a1f55102332ccb40663cbd20 B15RUN /bin/sh -c set -eux;12.02 MB16COPY docker-php-source /usr/local/bin/ # buildkit487 B17RUN /bin/sh -c set -eux;12.64 MB18COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB19RUN /bin/sh -c docker-php-ext-enable opcache19.4 KB20RUN /bin/sh -c docker-php-ext-enable sodium19.39 KB21ENTRYPOINT ["docker-php-entrypoint"]0 B22WORKDIR /var/www/html32 B23RUN /bin/sh -c set -eux;8.96 KB24STOPSIGNAL SIGQUIT0 B25EXPOSE map[9000/tcp:{}]0 B26CMD ["php-fpm"]0 B27RUN /bin/sh -c apk add1.64 MB28COPY /usr/bin/composer /usr/bin/composer # buildkit733.84 KB29WORKDIR /var/www32 B30COPY apps/server/webshop-api/composer.json apps/server/webshop-api/composer.lock ./ #41.68 KB31RUN /bin/sh -c composer install20.2 MB32COPY apps/server/webshop-api /var/www # buildkit108.32 KB33RUN /bin/sh -c php artisan2.37 KB34RUN /bin/sh -c mkdir -p8.9 MB35COPY docker/webshop-api/wait-for-postgres.sh /var/www/wait-for-postgres.sh # buildkit324 B36RUN /bin/sh -c chmod +x332 B37COPY docker/webshop-api/nginx/nginx.conf /etc/nginx/nginx.conf # buildkit337 B38COPY docker/webshop-api/nginx/default.conf /etc/nginx/conf.d/default.conf # buildkit628 B39COPY docker/webshop-api/entrypoint.sh /var/www/entrypoint.sh # buildkit631 B40RUN /bin/sh -c chmod +x638 B41EXPOSE map[8000/tcp:{}]0 B42ENTRYPOINT ["/var/www/entrypoint.sh"]0 BCommand
ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit