0.5.5
sha256:09653a7643d96388bb4efaf3ec703e9229f31588229a13c00cca39c4295ddd88
OS/ARCH
Compressed size
7.36 MB
Last pushed
3 months by simonrupf
Type
Image
Manifest digest
sha256:70af0501e45673bbf838f03bc5548a91a3d707b267346ef2d466eba7914c5894
Image Layers
1
ADD alpine-minirootfs-3.21.0-x86_64.tar.gz / # buildkit
3.48 MB
2
CMD ["/bin/sh"]
0 B
3
ARG UID=100
0 B
4
ARG GID=82
0 B
5
LABEL org.opencontainers.image.authors=Simon Rupf <simon@rupf.net> org.opencontainers.image.source=https://github.com/simonrupf/docker-php
0 B
6
RUN |2 UID=100 GID=82 /bin/sh
3.88 MB
7
COPY --chown=100:82 conf.json /var/lib/unit/ #
793 B
8
USER 100:82
0 B
9
EXPOSE map[8080/tcp:{}]
0 B
10
VOLUME [/run /tmp /var/lib/unit]
0 B
11
WORKDIR /var/www
32 B
12
HEALTHCHECK &{["CMD" "wget" "-qO/dev/null" "http://localhost:8080"]
0 B
13
ENTRYPOINT ["/usr/sbin/unitd"]
0 B
14
CMD ["--no-daemon" "--log" "/dev/stdout" "--tmpdir"
0 B
Command
ADD alpine-minirootfs-3.21.0-x86_64.tar.gz / # buildkit