• Joined on 2026-01-11

era-backend (d23d30c)

Published 2026-04-29 05:10:34 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/era-backend:d23d30c
sha256:d399879ee03107492f8be5366aa51ffac998a4cafbf14cecfaa3f2d02718d55f

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 05:10:34 +00:00
1
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