Sign inSign up

zxilly/cs-guess:latest

Index digest

sha256:8eb55c660f866593c5d39d1c01cd3159392e1f5d7473f64f609f181a11607265

OS/ARCH

linux/amd64

Compressed size

37.41 MB

Last pushed

about 2 months by zxilly

Type

Image

Manifest digest

sha256:3589b4ca16292fb4e7e44c9e830f16501f433ba636d7d29cefbec8bc744446fa

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.57 MB
5COPY --chown=app:app /build/dist ./dist #1.14 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'