sha256:72ee8cc276336bf5e3a2ba040da158f62cc3721d4e435c56bf2f2490030cb654
OS/ARCH
Compressed size
1017.3 MB
Last pushed
2 days by boybook
Type
Image
Manifest digest
sha256:dcb42622582f92f41188260a1fd287ffcf8e919878f33c8bef23950ae3181b06
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 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 DEBIAN_FRONTEND=noninteractive0 B11ENV NODE_ENV=production0 B12COPY linux/lib/ /tmp/tx5dr-linux/lib/ # buildkit15.32 KB13COPY linux/install.sh /tmp/tx5dr-linux/install.sh # buildkit2.24 KB14RUN /bin/sh -c bash /tmp/tx5dr-linux/install.sh7.12 MB15RUN /bin/sh -c apt-get update50.79 MB16WORKDIR /app93 B17COPY /app/packages ./packages/ # buildkit114.7 MB18COPY /app/node_modules ./node_modules/ # buildkit755.42 MB19COPY /app/resources/models ./resources/models/ # buildkit12.83 MB20COPY /app/resources/licenses ./resources/licenses/ # buildkit33.98 KB21COPY /app/resources/README.txt ./resources/README.txt # buildkit698 B22RUN /bin/sh -c test -f32 B23COPY /app/package.json ./package.json # buildkit1.1 KB24COPY /app/yarn.lock ./yarn.lock # buildkit197.2 KB25COPY /app/turbo.json ./turbo.json # buildkit625 B26RUN /bin/sh -c rm -rf132 B27RUN /bin/sh -c node -e32 B28COPY docker/nginx-wrapper.conf /etc/nginx/nginx.conf # buildkit741 B29COPY linux/nginx-site.conf /tmp/nginx-site.conf.template # buildkit1.1 KB30RUN /bin/sh -c sed -e1.17 KB31COPY docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit677 B32COPY docker/entrypoint.sh /entrypoint.sh # buildkit3.84 KB33RUN /bin/sh -c chmod +x3.84 KB34RUN /bin/sh -c mkdir -p199 B35RUN /bin/sh -c chown -R203 B36EXPOSE [80/tcp]0 B37EXPOSE [443/tcp]0 B38EXPOSE [4532/tcp]0 B39EXPOSE [50110/udp]0 B40ENTRYPOINT ["/entrypoint.sh"]0 B41CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'