Block a user
proteus3 (v1.1.23)
Published 2026-03-04 13:51:12 +00:00 by phulstaert
Installation
docker pull git.thinkr.be/phulstaert/proteus3:v1.1.23sha256:9429d47c0a148fee71ab6d63faa5477232ee8cec8a7abe2f6d8915af8565770d
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 383f24449d | 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"] |