sha256:8cbac71740c489db2bd61fd616e515c81a7b93e1fd9cd1e590cd50cb22d2cc8b
OS/ARCH
Compressed size
253.4 MB
Last pushed
8 months by devedse
Type
Image
Manifest digest
sha256:fc12fa9ae84abff6b9030e441133548fbe141719a56e3a542a84303c76471c86
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.13.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.84 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /usr/src/app132 B11RUN /bin/sh -c apt-get update21.16 MB12RUN /bin/sh -c sed -i843 B13RUN /bin/sh -c mkdir -p32 B14COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit375 B15COPY /clone/nginx.conf /etc/nginx/conf.d/default.conf # buildkit2.05 KB16RUN /bin/sh -c rm -f174 B17COPY startup.sh /usr/local/bin/ # buildkit331 B18RUN /bin/sh -c chmod +x327 B19COPY /usr/src/app/node_modules ./node_modules # buildkit20.55 MB20COPY /clone/package*.json ./ # buildkit108.92 KB21COPY /usr/src/app/static ./static # buildkit82.88 MB22COPY /clone/resources ./resources # buildkit52.94 MB23RUN /bin/sh -c rm -rf192 B24COPY /clone/tsconfig.json ./ # buildkit641 B25COPY /clone/src ./src # buildkit371.91 KB26ARG GIT_COMMIT=unknown0 B27RUN |1 GIT_COMMIT=unknown /bin/sh -c205 B28ENV GIT_COMMIT=unknown0 B29ENTRYPOINT ["/usr/local/bin/startup.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000'