• Joined on 2026-01-11

era-backend (latest)

Published 2026-04-29 11:22:00 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/era-backend:latest
sha256: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"]
Details
Container
2026-04-29 11:22:00 +00:00
0
OCI / Docker
linux/amd64
38 MiB
Versions (7) View all
b68c292 2026-04-29
latest 2026-04-29
d23d30c 2026-04-29
5fa1364 2026-04-03
34af663 2026-04-03