blog (v0.1.0_3)

Published 2024-10-25 11:30:51 -07:00 by patrick in patrick/blog

Installation

docker pull git.spacegirl.nl/patrick/blog:v0.1.0_3
sha256:81d637720c5520f52e17cd73e4a63394a7dc240a8d4093b6ca5012414fc41922

Image Layers

ADD file:0f6f1b93a8fddd20b36a99cc6cfbe4a03bc7be2adb427f7f8e74a2029c54c8bb 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-25 11:30:51 -07:00
0
OCI / Docker
linux/amd64
33 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