Block a user
vrbattles-api (sha-b0d7acd)
Published 2026-04-01 10:43:46 +00:00 by far
Installation
docker pull git.vrb.gg/far/vrbattles-api:sha-b0d7acdsha256:a2e8b952e73d28c280f225340881f706b212f211b54f35e5650d203c85719c8f
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 566b958110 | linux/amd64 | 124 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1773619200' |
| 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-04-01 10:43:46 +00:00
Versions (7)
View all
Container
0
OCI / Docker
sha-4148dc6
2026-06-04
sha-9b4bc03
2026-04-22
latest
2026-04-22
sha-152e227
2026-04-07
sha-b0d7acd
2026-04-01