sha256:4bcc05c2f1c871eedf5b456f9fcb89c2fcb17ff249c1595e0c3cf342531f2cc2
OS/ARCH
Compressed size
61.01 MB
Last pushed
6 months by williamwinkler
Type
Image
Manifest digest
sha256:1a2257e54be398a6458b7ccbea9da0719f019f1420a77e26213a24232a4a8a69
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update10.68 MB3RUN /bin/sh -c sed -i845.46 KB4ENV LANG=en_US.UTF-80 B5ENV LANGUAGE=en_US:en0 B6ENV LC_ALL=en_US.UTF-80 B7WORKDIR /app93 B8RUN /bin/sh -c chown nobody102 B9ENV MIX_ENV=prod0 B10ENV DATABASE_URL=0 B11COPY --chown=nobody:root /app/_build/prod/rel/batcher ./ #22.59 MB12COPY docker/entrypoint.sh /app/bin/entrypoint.sh # buildkit364 B13RUN /bin/sh -c chmod +x364 B14ENTRYPOINT ["/app/bin/entrypoint.sh"]0 B15CMD ["/app/bin/server"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'