blog (v0.1.0_2)

Published 2024-10-02 18:09:40 -07:00 by patrick in patrick/blog

Installation

docker pull git.spacegirl.nl/patrick/blog:v0.1.0_2
sha256:5eb23e255684681740219d88bedeb8e67222d12bef4bd12af3c36f3ab73b0c9b

Image Layers

ADD file:270cda9833ffe6dfbe916662a9204a205f41c1fd440b66ec822ac00de86a5f5e in /
CMD ["bash"]
ARG UID=10001
RUN |1 UID=10001 /bin/sh -c adduser --disabled-password --gecos "" --home "/nonexistent" --shell "/sbin/nologin" --no-create-home --uid "${UID}" appuser # buildkit
USER appuser
COPY /bin/server /bin/ # buildkit
EXPOSE map[8080/tcp:{}]
CMD ["/bin/server"]
Details
Container
2024-10-02 18:09:40 -07:00
0
OCI / Docker
linux/amd64
32 MiB
Versions (4) View all
v0.1.0_3 2024-10-25
v0.1.0_2 2024-10-02
v0.1.0_1 2024-09-30
v0.1.0 2024-09-30