Sign inSign up

zxilly/cs-guess:20260731-3

Index digest

sha256:f9faa88f44c92317d2c92b733e85af31158f8c153f6f7280e982c1cbc1521dc2

OS/ARCH

linux/amd64

Compressed size

37.37 MB

Last pushed

about 2 months by zxilly

Type

Image

Manifest digest

sha256:4d8eb6049bec741d70c4e95734fcbd90853ec7d8afa40c0b1508098bd3b18e34

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2RUN /bin/sh -c apt-get update5.78 MB
3WORKDIR /app32 B
4COPY --chown=app:app /out/cs-guess-server ./cs-guess-server #3.55 MB
5COPY --chown=app:app /build/dist ./dist #1.11 MB
6ENV CS_GUESS_BIND_ADDR=0.0.0.0:80800 B
7ENV CS_GUESS_DATABASE_PATH=/app/data/cs-guess.sqlite0 B
8ENV CS_GUESS_STATIC_DIR=/app/dist0 B
9ENV RUST_LOG=cs_guess_server=info,tower_http=info0 B
10USER app0 B
11EXPOSE map[8080/tcp:{}]0 B
12VOLUME [/app/data]0 B
13STOPSIGNAL SIGTERM0 B
14HEALTHCHECK &{["CMD-SHELL" "curl --fail --silent0 B
15ENTRYPOINT ["/usr/bin/tini" "--"]0 B
16CMD ["/app/cs-guess-server"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'