phulstaert
  • Joined on 2024-05-05

proteus (1.1)

Published 2025-05-12 08:34:04 +00:00 by phulstaert

Installation

docker pull git.thinkr.be/phulstaert/proteus:1.1
sha256:02aea4696acb9b2a04d8a6df47bd660824697efbb8e60b68391599ec65413050

Image Layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
WORKDIR /app
COPY /app/proteus /app/proteus # buildkit
COPY templates ./templates # buildkit
COPY static ./static # buildkit
RUN /bin/sh -c mkdir -p ./logging ./cache_backups && chown -R nobody:nogroup /app # buildkit
EXPOSE map[8080/tcp:{}]
CMD ["./proteus"]
Details
Container
2025-05-12 08:34:04 +00:00
0
OCI / Docker
linux/amd64
11 MiB
Versions (3) View all
1.2 2025-05-18
latest 2025-05-18
1.1 2025-05-12