sha256:e59b604fb6dfb63de6addaf883a850805c764379b08400839ebd18569b0cef03
OS/ARCH
Compressed size
265.31 MB
Last pushed
3 months by balenadeployments
Type
Image
Manifest digest
sha256:793612ba915108db9ab166def4d7fe22f0fe042acf2fc0c4139128d89854aaff
Image Layers
1# debian.sh --arch 'arm64' out/49.85 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3ENV TERM=xterm0 B4COPY src/01_nodoc /etc/dpkg/dpkg.cfg.d/ # buildkit262 B5COPY src/01_buildconfig /etc/apt/apt.conf.d/ # buildkit269 B6RUN /bin/sh -c apt-get update144.11 MB7COPY src/htoprc /root/.config/htop/ # buildkit577 B8COPY src/mdns.allow /etc/mdns.allow # buildkit158 B9COPY src/nsswitch.conf /etc/nsswitch.conf # buildkit442 B10COPY /go/bin/eget /usr/local/bin/eget # buildkit2.87 MB11RUN /bin/sh -c mkdir /balena100 B12ENTRYPOINT ["/usr/bin/confd-entry.sh"]0 B13COPY src/confd-entry.sh /usr/bin/confd-entry.sh # buildkit300 B14COPY src/configure-balena.sh /usr/bin/configure-balena.sh # buildkit3.33 KB15SHELL [/bin/bash -o pipefail -c]0 B16ARG TARGETARCH=arm640 B17ARG NODE_VERSION=24.18.00 B18ARG NPM_VERSION=11.6.00 B19RUN |3 TARGETARCH=arm64 NODE_VERSION=24.18.0 NPM_VERSION=11.6.058.26 MB20COPY /confd /usr/local/bin/confd # buildkit8 MB21WORKDIR /usr/src/app138 B22WORKDIR /usr/src/app34 B23COPY docker-hc ./ # buildkit262 B24RUN /bin/bash -o pipefail -c256 B25COPY *.json ./ # buildkit77.88 KB26COPY src/ src/ # buildkit2.22 KB27RUN /bin/bash -o pipefail -c2.14 MB28CMD ["npm" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1782172800'