Sign inSign up

adityadarma/alpine-php-unit:8.0

Multi-platform
Index digest

sha256:1e542ed95ec30d5122dca9f6c0e27d4a393b49907c1065b2d4396741f779fc5e

OS/ARCH

Compressed size

74.08 MB

Last pushed

7 months by adityadarma

Type

Image

Manifest digest

sha256:010b94b8fbd57b2204cad812972d30c27ccfe62f6e23e57210c14bdcfe7caf42

Image Layers

1ADD file ... in / 2.47 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.87 MB
7WORKDIR /app93 B
8RUN /bin/sh -c mkdir -p188 B
9COPY custom/supervisord.conf /etc/supervisord.conf.template # buildkit551 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=full48.99 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 # buildkit840 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=full169 B
35RUN |3 PHP_VERSION=8.0 PHP_NUMBER=8 VARIANT=full824 B
36USER unit0 B

Command

ADD file:b9d7ac5ec01e1212e2bab28ec95c28e4f9705a2c0d0b65a2d381dd75da59f65a in /