sha256:816155a582537ef34a61620c73791d09692c72a4f3fd610055a6ff82dffe3d9d
OS/ARCH
linux/amd64
Compressed size
38.05 MB
Last pushed
about 2 months by zxilly
Type
Image
Manifest digest
sha256:6d6bd7b2545ab239d69db588621b8199ea4a993c6d720d39b8adea15b0941849
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update5.78 MB3WORKDIR /app32 B4COPY --chown=app:app /out/cs-guess-server ./cs-guess-server #4.17 MB5COPY --chown=app:app /build/dist ./dist #1.18 MB6ENV CS_GUESS_BIND_ADDR=0.0.0.0:80800 B7ENV CS_GUESS_DATABASE_PATH=/app/data/cs-guess.sqlite0 B8ENV CS_GUESS_STATIC_DIR=/app/dist0 B9ENV RUST_LOG=cs_guess_server=info,tower_http=info0 B10USER app0 B11EXPOSE map[8080/tcp:{}]0 B12VOLUME [/app/data]0 B13STOPSIGNAL SIGTERM0 B14HEALTHCHECK &{["CMD-SHELL" "curl --fail --silent0 B15ENTRYPOINT ["/usr/bin/tini" "--"]0 B16CMD ["/app/cs-guess-server"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'