sha256:ecca50e502a365e6a931ce74500db66efd33da08420555b1d4391409958e7b58
OS/ARCH
Compressed size
324.53 MB
Last pushed
11 months by benzino77
Type
Image
Manifest digest
sha256:a3b155af47b919cc6fd36a7aac8d7c3061c863409751f3299f3335d2ac2d7875
Image Layers
1# debian.sh --arch 'armhf' out/22.83 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.20.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=42.09 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B11RUN /bin/sh -c apt-get update130.2 MB12ADD public /tasmocompiler/public/ # buildkit25.83 KB13ADD server /tasmocompiler/server/ # buildkit268.9 KB14ADD src /tasmocompiler/src/ # buildkit37.49 KB15ADD package.json package-lock.json /tasmocompiler/ #182.69 KB16RUN /bin/sh -c cd /tasmocompiler73.86 MB17USER node0 B18RUN /bin/sh -c python3 -m53.41 MB19ENV LC_ALL=C.UTF-8 LANG=C.UTF-8 PATH=/home/node/.platformio/penv/bin:/home/node/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B20WORKDIR /tasmocompiler32 B21ENTRYPOINT ["nodemon" "server/app.js"]0 B22EXPOSE [3000/tcp]0 BCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1759104000'