sha256:8b26e0967fa83e7f92d2e506e0957c10fe52f082b829e56a72ade0f7a627ed50
OS/ARCH
Compressed size
236.94 MB
Last pushed
7 months by winkkgmbh
Type
Image
Manifest digest
sha256:b9ccf2b29722257c154b20e6e5a233fc56d1181b70c6b9fd763cf55b4f3c8d87
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.22.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.18 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV PNPM_HOME=/pnpm0 B11ENV PATH=/pnpm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B12ENV CI=true0 B13RUN /bin/sh -c corepack enable56.19 KB14RUN /bin/sh -c apt-get update36.29 MB15EXPOSE [8080/tcp]0 B16WORKDIR /app92 B17COPY /app/node_modules ./node_modules # buildkit116.39 MB18COPY /app/dist ./dist # buildkit1.47 MB19COPY /app/native ./native # buildkit3.78 MB20COPY /app/sharedLibs/go-html-to-md/libhtml-to-markdown.so ./sharedLibs/go-html-to-md/ # buildkit3.21 MB21CMD ["node" "dist/src/harness.js" "--start-docker"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'