• Joined on 2026-01-20

vrbattles-api (sha-8494e9c)

Published 2026-02-26 09:25:49 +00:00 by far

Installation

docker pull git.vrb.gg/far/vrbattles-api:sha-8494e9c
sha256:b55a022bdac9d5beb6cf170905cd0b823e68e3b89cd7542b5dc81ff459650de1

Images

Digest OS / Arch Size
e7d74c2bfa linux/amd64 123 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 curl gosu bash && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c curl -1sLf 'https://artifacts-cli.infisical.com/setup.deb.sh' | bash && apt-get update && apt-get install -y infisical && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/target/release/vrbattles-api /app/vrbattles-api # buildkit
COPY /app/migrations /app/migrations # buildkit
COPY .infisical.json /app/.infisical.json # buildkit
RUN /bin/sh -c useradd -r -s /bin/false vrbattles && chown -R vrbattles:vrbattles /app # buildkit
COPY docker/entrypoint.sh /app/entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /app/entrypoint.sh # buildkit
EXPOSE [3000/tcp]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3000/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["/app/vrbattles-api"]
Details
Container
2026-02-26 09:25:49 +00:00
1
OCI / Docker
Versions (6) View all
latest 2026-03-11
sha-c5f0dd3 2026-03-11
sha-fbd8c6a 2026-02-26
sha-1f236d7 2026-02-26
sha-8494e9c 2026-02-26