sha256:23bc597063a0ffd9c3a26d91df885d17267ebf0155cadef3eef5e86eebdfefe3
OS/ARCH
linux/amd64
Compressed size
441.59 MB
Last pushed
5 months by datamini
Type
Image
Manifest digest
sha256:bfa3c36f8dce44663e34cd58ce208be69060043455b45b0a90dd0f98acc4bd13
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.5 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 B10RUN /bin/sh -c corepack enable4.41 MB11LABEL org.opencontainers.image.source=https://github.com/DataMini/asktable0 B12RUN /bin/sh -c apt-get update313.52 MB13ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium0 B14ENV PUPPETEER_SKIP_DOWNLOAD=true0 B15WORKDIR /app93 B16COPY /repo/packages/atbox/dist/ /app/dist/ # buildkit22.99 KB17COPY /repo/packages/atbox/src/templates/ /app/templates/ # buildkit2.18 KB18COPY /repo/packages/atbox/package.json /app/ # buildkit589 B19RUN /bin/sh -c node -e32.54 MB20RUN /bin/sh -c node dist/init_pyodide.mjs23.02 MB21EXPOSE [5300/tcp]0 B22CMD ["node" "dist/server.mjs"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'