Block a user
proteus3 (v1.1.24)
Published 2026-03-04 16:50:02 +00:00 by phulstaert
Installation
docker pull git.thinkr.be/phulstaert/proteus3:v1.1.24sha256:0a3b164516432ed7bdba39514093e17577fc93ad39e23d523efd294aaf2e6aed
Images
| Digest | OS / Arch | Size |
|---|---|---|
| fe944c7821 | linux/amd64 | 12 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache su-exec # buildkit |
| RUN /bin/sh -c addgroup -S proteus && adduser -S proteus -G proteus # buildkit |
| COPY /proteus /proteus # buildkit |
| COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit |
| RUN /bin/sh -c mkdir /data && chown proteus:proteus /data # buildkit |
| EXPOSE [8080/tcp] |
| ENTRYPOINT ["/docker-entrypoint.sh"] |
| CMD ["/proteus"] |