Block a user
vrbattles-api (sha-c5f0dd3)
Published 2026-03-11 23:42:59 +00:00 by far
Installation
docker pull git.vrb.gg/far/vrbattles-api:sha-c5f0dd3sha256:9819822fc0ffd69e11db2c4269e922e48ac24f98e5fa4d7ab64729294921c665
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 125ac2097d | linux/amd64 | 124 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
2026-03-11 23:42:59 +00:00
Versions (6)
View all
Container
1
OCI / Docker
latest
2026-03-11
sha-c5f0dd3
2026-03-11
sha-fbd8c6a
2026-02-26
sha-1f236d7
2026-02-26
sha-8494e9c
2026-02-26