Sign inSign up

adityadarma/alpine-php-unit:7.4

Multi-platform
Index digest

sha256:c54e8eebadd235cf1a6d9b0abdca47e9bbda8282031ee11d801ea2bf3258e0a3

OS/ARCH

Compressed size

68.2 MB

Last pushed

7 months by adityadarma

Type

Image

Manifest digest

sha256:7ee80fa19d9e48ee39d5532108dbfc4fd18594507c9523e736e38a0d2f9b96fd

Image Layers

1ADD file ... in / 2.49 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 add20.68 MB
7WORKDIR /app93 B
8RUN /bin/sh -c mkdir -p188 B
9COPY custom/supervisord.conf /etc/supervisord.conf.template # buildkit553 B
10COPY custom/entrypoint.sh /entrypoint.sh # buildkit614 B
11RUN /bin/sh -c chmod +x614 B
12RUN /bin/sh -c chown -R3.26 KB
13EXPOSE [8000/tcp]0 B
14ENTRYPOINT ["/entrypoint.sh"]0 B
15USER root0 B
16ARG PHP_VERSION=7.40 B
17ARG PHP_NUMBER=70 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=70 B
24ENV PHP_WORKER_MEMORY=320 B
25ENV UNIT_MAX_PROCESSES=0 B
26ENV UNIT_SPARE_PROCESSES=0 B
27LABEL org.opencontainers.image.php=7.40 B
28RUN |3 PHP_VERSION=7.4 PHP_NUMBER=7 VARIANT=full44.28 MB
29RUN |3 PHP_VERSION=7.4 PHP_NUMBER=7 VARIANT=full32 B
30COPY /usr/bin/composer /usr/bin/composer # buildkit759.28 KB
31COPY custom/php.ini /etc/php7/conf.d/custom.ini # buildkit838 B
32COPY custom/unit.config.json /var/lib/unit/conf.json # buildkit802 B
33WORKDIR /app32 B
34RUN |3 PHP_VERSION=7.4 PHP_NUMBER=7 VARIANT=full170 B
35RUN |3 PHP_VERSION=7.4 PHP_NUMBER=7 VARIANT=full822 B
36USER unit0 B

Command

ADD file:9a2c1ceb71962d20c5b9781930d3635dac6b098305c7eacac1e32e3bcbb5b058 in /