sha256:ad6b1c184e42fff72726695a5af2354ae8cd89b5ad99dbd20bc4e068a5345d62
OS/ARCH
linux/amd64
Compressed size
430.61 MB
Last pushed
4 months by funnyzak
Type
Image
Manifest digest
sha256:4d342c31fc13c4dd805f516f12645521c4193f90767263b40c14957330394080
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.22.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.53 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit450 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c printf 'Acquire::Retries177.85 MB11WORKDIR /app93 B12COPY /opt/venv /opt/venv # buildkit116.4 MB13COPY /app/apps/api/dist apps/api/dist # buildkit17.95 KB14COPY /app/apps/api/package.json apps/api/package.json # buildkit516 B15COPY /app/apps/api/python apps/api/python # buildkit5.41 KB16COPY /app/node_modules node_modules # buildkit60.24 MB17COPY /app/package.json package.json # buildkit361 B18ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B19ENV PYTHON_BIN=/opt/venv/bin/python0 B20ENV HOME=/home/app0 B21ENV NODE_ENV=production0 B22RUN /bin/sh -c groupadd --gid3.38 KB23USER app0 B24WORKDIR /app/apps/api32 B25EXPOSE [3000/tcp]0 B26CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200'