Sign inSign up

donuk/opnform-api:20240729-docker-compose-dev

Manifest digest

sha256:fe852e9a2c73a30d33da23933f9f26d344afde54654e44289818cbb56cc73ca7

OS/ARCH

linux/amd64

Compressed size

299.54 MB

Last pushed

about 2 years by donuk

Type

Image

Manifest digest

sha256:fe852e9a2c73a30d33da23933f9f26d344afde54654e44289818cbb56cc73ca7

Image Layers

1ADD file ... in / 27.78 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; {224 B
4ENV PHPIZE_DEPS=autoconf dpkg-dev file0 B
5/bin/sh -c set -eux; apt-get99.52 MB
6ENV PHP_INI_DIR=/usr/local/etc/php0 B
7/bin/sh -c set -eux; mkdir225 B
8ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie0 B
9ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie0 B
10ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B
11ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B
12ENV PHP_VERSION=8.3.90 B
13ENV PHP_URL=https://www.php.net/distributions/php-8.3.9.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.9.tar.xz.asc0 B
14ENV PHP_SHA256=bf4d7b8ea60a356064f88485278bd6f941a230ec16f0fc401574ce1445ad6c770 B
15/bin/sh -c set -eux; savedAptMark="$(apt-mark12.19 MB
16COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 493 B
17/bin/sh -c set -eux; savedAptMark="$(apt-mark26.71 MB
18COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/ 2.4 KB
19/bin/sh -c docker-php-ext-enable sodium247 B
20ENTRYPOINT ["docker-php-entrypoint"]0 B
21WORKDIR /var/www/html0 B
22/bin/sh -c set -eux; cd8.96 KB
23STOPSIGNAL SIGQUIT0 B
24EXPOSE 90000 B
25CMD ["php-fpm"]0 B
26RUN /bin/sh -c apt-get update20.19 MB
27COPY /usr/bin/composer /usr/local/bin/composer # buildkit709.32 KB
28ENV COMPOSER_ALLOW_SUPERUSER=10 B
29RUN /bin/sh -c docker-php-ext-install pdo1.97 MB
30WORKDIR /usr/share/nginx/html/158 B
31ADD composer.json composer.lock artisan ./65.35 KB
32RUN /bin/sh -c sed 's_@php1.27 KB
33ADD app/helpers.php app/helpers.php # buildkit437 B
34RUN /bin/sh -c composer install105.2 MB
35ADD app ./app # buildkit78.1 KB
36ADD bootstrap ./bootstrap # buildkit859 B
37ADD config ./config # buildkit21.99 KB
38ADD database ./database # buildkit8.34 KB
39ADD public public # buildkit3.45 MB
40ADD routes routes # buildkit3.74 KB
41ADD tests tests # buildkit16.32 KB
42ADD resources resources # buildkit51.23 KB
43ADD storage ./storage # buildkit811.23 KB
44RUN /bin/sh -c chmod 777811.22 KB
45RUN /bin/sh -c php artisan2.88 KB
46COPY docker/php-fpm-entrypoint /usr/local/bin/opnform-entrypoint # buildkit768 B
47COPY docker/generate-api-secret.sh /usr/local/bin/ # buildkit611 B
48RUN /bin/sh -c ln -s196 B
49RUN /bin/sh -c chmod a+x1.11 KB
50ENTRYPOINT ["/usr/local/bin/opnform-entrypoint"]0 B
51CMD ["/bin/sh" "-c" "php-fpm"]0 B

Command

ADD file:6c4730e7b12278bc7eb83b3b9d659437c92c42fc7ee70922ae8c4bebfb56a602 in /