sha256:5577faeeb4749cbbfe0acee41f19e073679c266ccec9854b36f041c801658020
OS/ARCH
Compressed size
131.38 MB
Last pushed
21 days by vklimovtb
Type
Image
Manifest digest
sha256:e9180efc87eb9406cd590851219f6350f0c395dd79af79e2087d3cc0d0ea0d5e
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.22.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.67 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit444 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update10.08 MB11ENV NODE_ENV=production0 B12ENV DOCKER_MODE=true0 B13COPY start-web-ui.sh /tmp/ # buildkit1.19 KB14WORKDIR /usr/share/tb-web-ui145 B15COPY src/package.json src/yarn.lock ./ #36.73 KB16COPY package/linux/conf ./conf # buildkit2.45 KB17COPY package/linux/conf ./config # buildkit2.45 KB18COPY web ./web # buildkit20.9 MB19COPY src/config ./config # buildkit1.79 KB20COPY src/server.js ./ # buildkit3.89 KB21RUN /bin/sh -c chmod a+x24.23 MB22USER node0 B23CMD ["start-web-ui.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1777939200'