sha256:de6cedba39fc0932e87fa160becff3ab44162c5e14c5557293294afa69100638
OS/ARCH
Compressed size
299.88 MB
Last pushed
1 day by devopslabos
Type
Image
Manifest digest
sha256:c5174d379a275a6b67f91c6224c409c620414dd64d50cdb088d5a5d94fa269b0
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3RUN /bin/sh -c apt-get update252.88 MB4WORKDIR /app93 B5COPY /src/HtmlToPDF . # buildkit7.35 MB6COPY /src/pdfoptions.json . # buildkit426 B7COPY fonts/ /usr/share/fonts/truetype/custom/ # buildkit12.72 MB8COPY fontconfig/local.conf /etc/fonts/local.conf # buildkit416 B9RUN /bin/sh -c fc-cache -f15.09 KB10RUN /bin/sh -c chmod +x32 B11ENV CHROME_BIN=/usr/bin/chromium0 B12ENTRYPOINT ["./HtmlToPDF"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'