sha256:15ba4221fa594b597baf90b8e2acbff058de6cbd6215b4cc00506fab50157f57
OS/ARCH
Compressed size
365.16 MB
Last pushed
about 1 month by benzino77
Type
Image
Manifest digest
sha256:2f37f82cd00a97fe95b3fa89e6a967c9f0d6b0bc725eedd1f807cf019e8c4382
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.74 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 B11RUN /bin/sh -c apt-get update158.04 MB12ADD public /tasmocompiler/public/ # buildkit25.84 KB13ADD server /tasmocompiler/server/ # buildkit268.94 KB14ADD src /tasmocompiler/src/ # buildkit37.6 KB15ADD package.json package-lock.json /tasmocompiler/ #174.97 KB16RUN /bin/sh -c cd /tasmocompiler75.04 MB17USER node0 B18RUN /bin/sh -c python3 -m55.4 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 'arm64' out/ 'bookworm' '@1785715200'