adrianux.net (1.3.0)

Published 2025-04-03 12:37:32 +02:00 by ahoemann in ahoemann/Adrianux.net

Installation

docker pull git.adrianux.net/ahoemann/adrianux.net:1.3.0
sha256:0e9e4bf95fed8be8ebdb0d390dbd010aa39e0994f836dcf84c76910e2d71c9f7

Image layers

ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /opt/
ENV DEBUG_MODE=False
COPY . . # buildkit
RUN /bin/sh -c apk add --no-cache python3 py3-flask py3-waitress # buildkit
EXPOSE map[8080/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "wget --delete-after http://localhost:8080"] "5m0s" "0s" "0s" "0s" '\x00'}
CMD ["waitress-serve" "--listen=0.0.0.0:8080" "app:app"]
Details
Container
2025-04-03 12:37:32 +02:00
1
OCI / Docker
linux/amd64
26 MiB
Versions (3) View all
1.3.0 2025-04-03
1.2.0 2025-03-28
1.0.0 2025-03-27