Sign inSign up

iantorres/service-bench:3da6437

Index digest

sha256:7338b8cd6254c4f4b4dd5bd9952a84222fb7abba9bf339cc8e31adc07463a9fc

OS/ARCH

linux/amd64

Compressed size

548.94 MB

Last pushed

about 2 years by iantorres

Type

Image

Manifest digest

sha256:e1fa9bdf4dde893792fc0a6805a1828672722ff934afd8b0bc866760f40af251

Image Layers

1ADD file ... in / 27.78 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; {226 B
4ENV PHPIZE_DEPS=autoconf dpkg-dev file0 B
5/bin/sh -c set -eux; apt-get99.51 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/ 492 B
17/bin/sh -c set -eux; savedAptMark="$(apt-mark34.77 MB
18COPY multi:6edd033b037aa2d7697fc3b9f82c2f162146c1920a0c6d25a165dc56783204db in /usr/local/bin/ 2.39 KB
19/bin/sh -c docker-php-ext-enable sodium246 B
20ENTRYPOINT ["docker-php-entrypoint"]0 B
21CMD ["php" "-a"]0 B
22WORKDIR /app92 B
23RUN /bin/sh -c apt-get update165.58 KB
24RUN /bin/sh -c set -eux;457 B
25COPY caddy/frankenphp/Caddyfile /etc/caddy/Caddyfile # buildkit743 B
26COPY /usr/bin/install-php-extensions /usr/local/bin/ # buildkit31.49 KB
27CMD ["--config" "/etc/caddy/Caddyfile" "--adapter" "caddyfile"]0 B
28HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:2019/metrics0 B
29ENV XDG_CONFIG_HOME=/config0 B
30ENV XDG_DATA_HOME=/data0 B
31EXPOSE map[80/tcp:{}]0 B
32EXPOSE map[443/tcp:{}]0 B
33EXPOSE map[443/udp:{}]0 B
34EXPOSE map[2019/tcp:{}]0 B
35LABEL org.opencontainers.image.title=FrankenPHP0 B
36LABEL org.opencontainers.image.description=The modern PHP app0 B
37LABEL org.opencontainers.image.url=https://frankenphp.dev0 B
38LABEL org.opencontainers.image.source=https://github.com/dunglas/frankenphp0 B
39LABEL org.opencontainers.image.licenses=MIT0 B
40LABEL org.opencontainers.image.vendor=Kévin Dunglas0 B
41ENV GODEBUG=cgocheck=00 B
42COPY /usr/local/bin/frankenphp /usr/local/bin/frankenphp # buildkit16.36 MB
43RUN /bin/sh -c setcap cap_net_bind_service=+ep32 B
44RUN /bin/sh -c install-php-extensions pdo_mysql11.83 MB
45RUN /bin/sh -c apt-get update17.47 MB
46RUN /bin/sh -c curl -sS10.16 KB
47RUN /bin/sh -c echo "deb212 B
48RUN /bin/sh -c apt-get update17.21 MB
49COPY . /app # buildkit110.22 KB
50COPY /usr/bin/composer /usr/local/bin/composer # buildkit709.32 KB
51RUN /bin/sh -c composer install50.7 MB
52RUN /bin/sh -c yarn install260.1 MB
53ENV OCTANE_SERVER=frankenphp0 B
54RUN /bin/sh -c php artisan1.98 KB
55EXPOSE map[8000/tcp:{}]0 B
56ENTRYPOINT ["/app/startup.sh"]0 B

Command

ADD file:b24689567a7c604de93e4ef1dc87c372514f692556744da43925c575b4f80df6 in /