Sign inSign up

adityadarma/alpine-php-unit:8.0

Multi-platform
Index digest

sha256:1e542ed95ec30d5122dca9f6c0e27d4a393b49907c1065b2d4396741f779fc5e

OS/ARCH

Compressed size

81.72 MB

Last pushed

6 months by adityadarma

Type

Image

Manifest digest

sha256:5a64a00075eeae6ddb7737016255817a700f05fc64469f7a88c2e03da3975fd0

Image Layers

1ADD file ... in / 2.58 MB
2CMD ["/bin/sh"]0 B
3LABEL org.opencontainers.image.maintainer=Aditya Darma <[email protected]>0 B
4LABEL org.opencontainers.image.description=Lightweight NGINX Unit Core0 B
5ENV TIMEZONE=UTC0 B
6RUN /bin/sh -c apk add21.82 MB
7WORKDIR /app93 B
8RUN /bin/sh -c mkdir -p188 B
9COPY custom/supervisord.conf /etc/supervisord.conf.template # buildkit552 B
10COPY custom/entrypoint.sh /entrypoint.sh # buildkit614 B
11RUN /bin/sh -c chmod +x614 B
12RUN /bin/sh -c chown -R3.25 KB
13EXPOSE [8000/tcp]0 B
14ENTRYPOINT ["/entrypoint.sh"]0 B
15USER root0 B
16ARG PHP_VERSION=8.00 B
17ARG PHP_NUMBER=80 B
18ARG VARIANT=full0 B
19ENV VALIDATE_TIMESTAMPS=10 B
20ENV REVALIDATE_FREQ=20 B
21ENV WITH_QUEUE=false0 B
22ENV WITH_SCHEDULE=false0 B
23ENV PHP_NUMBER=80 B
24ENV PHP_WORKER_MEMORY=320 B
25ENV UNIT_MAX_PROCESSES=0 B
26ENV UNIT_SPARE_PROCESSES=0 B
27LABEL org.opencontainers.image.php=8.00 B
28RUN |3 PHP_VERSION=8.0 PHP_NUMBER=8 VARIANT=full56.56 MB
29RUN |3 PHP_VERSION=8.0 PHP_NUMBER=8 VARIANT=full32 B
30COPY /usr/bin/composer /usr/bin/composer # buildkit759.28 KB
31COPY custom/php.ini /etc/php8/conf.d/custom.ini # buildkit839 B
32COPY custom/unit.config.json /var/lib/unit/conf.json # buildkit803 B
33WORKDIR /app32 B
34RUN |3 PHP_VERSION=8.0 PHP_NUMBER=8 VARIANT=full171 B
35RUN |3 PHP_VERSION=8.0 PHP_NUMBER=8 VARIANT=full825 B
36USER unit0 B

Command

ADD file:0808047bc74f297cb13abd2ad67e5778ee4abaa5d69f2c5b133d11c0ce0e51aa in /