sha256:9be02159bf7739a8e1936a88b478abdb292c2499b1df6baa984c6f4291027734
OS/ARCH
Compressed size
60.31 MB
Last pushed
7 months by williamwinkler
Type
Image
Manifest digest
sha256:d23cfdf93a1aed41a43e7360d5c719585f19a1b92103a5b90ad1a159a7285dc0
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c apt-get update10.53 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 nobody100 B9ENV MIX_ENV=prod0 B10ENV DATABASE_URL=0 B11COPY --chown=nobody:root /app/_build/prod/rel/batcher ./ #22.16 MB12COPY docker/entrypoint.sh /app/bin/entrypoint.sh # buildkit365 B13RUN /bin/sh -c chmod +x360 B14ENTRYPOINT ["/app/bin/entrypoint.sh"]0 B15CMD ["/app/bin/server"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1766966400'