• Joined on 2025-06-08

reference (latest)

Published 2025-08-27 14:21:20 +02:00 by loki

Installation

docker pull gitea.lokcal.de/loki/reference:latest
sha256:f3cd96bc0e93f1c87d3b53acfeb6b6c55dd0302bf11b1789fb599e1a903de2cb

Image Layers

ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache nginx && mkdir -p /run/nginx # buildkit
COPY /usr/share/nginx/html/ /usr/share/nginx/html/ # buildkit
COPY /etc/nginx/nginx.conf /etc/nginx/nginx.conf # buildkit
EXPOSE map[80/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "wget -q -O - http://localhost:80 || exit 1"] "1s" "3s" "0s" "0s" '\x00'}
CMD ["nginx" "-g" "daemon off;"]
Details
Container
2025-08-27 14:21:20 +02:00
8
OCI / Docker
linux/amd64
46 MiB
Versions (1) View all
latest 2025-08-27