sha256:5d0fcfe4a53fe72099cb56a13fb0cc07929ab672b60a1ec1a8b8b4c3046249a3
OS/ARCH
Compressed size
33.97 MB
Last pushed
30 days by rbehzadan
Type
Image
Manifest digest
sha256:7013ab37f37c3812c26a2a754067c18c0fab5d8527e21d1af6f9699fdcfdcf08
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c apt-get update4.41 MB3COPY /build/target/release/extract-content-api /usr/local/bin/extract-content-api # buildkit2.63 MB4USER app0 B5ENV PORT=8000 RUST_LOG=extract_content_api=info,tower_http=info MAX_BODY_BYTES=10485760 MAX_CONCURRENT_EXTRACTIONS=40 B6EXPOSE [8000/tcp]0 B7HEALTHCHECK &{["CMD-SHELL" "curl --fail --silent0 B8ENTRYPOINT ["/usr/local/bin/extract-content-api"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'