sha256:a55fdf52dcef92dc0842912922adbab930a6d6dde730181bf79ca46c3cf86db2
OS/ARCH
Compressed size
313.31 MB
Last pushed
about 1 month by balenadeployments
Type
Image
Manifest digest
sha256:2f51bb57cb425aec007e30af4bbc969573dc7adf062ed53c4d5e3137024f45a5
Image Layers
1# debian.sh --arch 'amd64' out/49.56 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3ENV TERM=xterm0 B4COPY src/01_nodoc /etc/dpkg/dpkg.cfg.d/ # buildkit260 B5COPY src/01_buildconfig /etc/apt/apt.conf.d/ # buildkit270 B6RUN /bin/sh -c apt-get update152.65 MB7RUN /bin/sh -c sed -i1.06 KB8COPY src/htoprc /root/.config/htop/ # buildkit578 B9COPY src/mdns.allow /etc/mdns.allow # buildkit158 B10COPY src/nsswitch.conf /etc/nsswitch.conf # buildkit443 B11RUN /bin/sh -c mkdir /balena102 B12SHELL [/bin/bash -o pipefail -c]0 B13COPY /go/bin/eget /usr/local/bin/eget # buildkit3.14 MB14COPY /opt/ /usr/local/ # buildkit58.32 MB15ARG NPM_VERSION=11.6.00 B16RUN |1 NPM_VERSION=11.6.0 /bin/bash -o3.26 MB17COPY /confd /usr/local/bin/confd # buildkit8.49 MB18COPY /go/bin/xenv /usr/local/bin/xenv # buildkit1.54 MB19COPY /opt/ / # buildkit2.73 MB20COPY src/s6-overlay /etc/s6-overlay # buildkit3.01 KB21COPY src/configure-balena.sh /etc/s6-overlay/scripts/configure-balena.sh # buildkit3.36 KB22RUN |1 NPM_VERSION=11.6.0 /bin/bash -o1.51 KB23WORKDIR /usr/src/app135 B24ENTRYPOINT ["/etc/s6-overlay/scripts/s6-init"]0 B25ENV S6_KEEP_ENV=00 B26ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=20 B27ENV S6_CMD_RECEIVE_SIGNALS=10 B28RUN /bin/bash -o pipefail -c10.85 MB29WORKDIR /usr/src/app34 B30COPY package.json package-lock.json /usr/src/app/ #73.55 KB31RUN /bin/bash -o pipefail -c22.68 MB32COPY /usr/src/app/build /usr/src/app/build # buildkit2.98 KB33COPY /usr/src/app/bin /usr/src/app/bin # buildkit249 B34COPY /usr/src/app/config /usr/src/app/config # buildkit541 B35COPY /usr/src/app/node_modules /usr/src/app/node_modules # buildkit34 B36COPY docker-hc /usr/src/app/ # buildkit737 B37COPY entry.sh /usr/src/app/ # buildkit475 B38RUN /bin/bash -o pipefail -c467 B39CMD ["/usr/src/app/entry.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'