• Joined on 2026-01-11

era-backend (dcb76dd)

Published 2026-04-03 00:34:44 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/era-backend:dcb76dd
sha256:91c49895c30386261b831868112b62ee828a8a030dc14b9fa0e35f3e2236bd20

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
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 map[8080/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health || exit 1"] "30s" "5s" "15s" "0s" '\x03'}
CMD ["era-backend"]
Details
Container
2026-04-03 00:34:44 +00:00
0
OCI / Docker
linux/amd64
36 MiB
Versions (5) View all
5fa1364 2026-04-03
latest 2026-04-03
34af663 2026-04-03
5b8217c 2026-04-03
dcb76dd 2026-04-03