Block a user
era-backend (b68c292)
Published 2026-04-29 11:22:00 +00:00 by dfunnell
Installation
docker pull gitea.codewarp.org/tron/era-backend:b68c292sha256:81874992ace9026d204147d0c198b3a9acd18b04404593639da2d691b573b6dd
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 curl && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c useradd -r -s /bin/false era # buildkit |
| COPY /app/target/release/era-backend /usr/local/bin/ # buildkit |
| USER era |
| EXPOSE [8080/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health || exit 1"] "30s" "5s" "15s" "0s" '\x03'} |
| CMD ["era-backend"] |