sha256:93fda8ad88cc85596ba9f0e7a3a1e20d10d2d1c78415f6da2397a692bdcb1dbd
OS/ARCH
Compressed size
278.22 MB
Last pushed
14 days by balenadeployments
Type
Image
Manifest digest
sha256:965254b82fef5dff29020699977a2f8aa94743d4caefe5e5e251c7d3262377b4
Image Layers
1# debian.sh --arch 'amd64' out/49.61 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3ENV TERM=xterm0 B4COPY src/01_nodoc /etc/dpkg/dpkg.cfg.d/ # buildkit263 B5COPY src/01_buildconfig /etc/apt/apt.conf.d/ # buildkit267 B6RUN /bin/sh -c apt-get update155.55 MB7COPY src/htoprc /root/.config/htop/ # buildkit575 B8COPY src/mdns.allow /etc/mdns.allow # buildkit157 B9COPY src/nsswitch.conf /etc/nsswitch.conf # buildkit444 B10COPY /go/bin/eget /usr/local/bin/eget # buildkit3.14 MB11RUN /bin/sh -c mkdir /balena102 B12ENTRYPOINT ["/usr/bin/confd-entry.sh"]0 B13COPY src/confd-entry.sh /usr/bin/confd-entry.sh # buildkit299 B14COPY src/configure-balena.sh /usr/bin/configure-balena.sh # buildkit3.33 KB15SHELL [/bin/bash -o pipefail -c]0 B16ARG TARGETARCH=amd640 B17ARG NODE_VERSION=24.21.00 B18ARG NPM_VERSION=11.6.00 B19RUN |3 TARGETARCH=amd64 NODE_VERSION=24.21.0 NPM_VERSION=11.6.059.31 MB20COPY /confd /usr/local/bin/confd # buildkit8.49 MB21WORKDIR /usr/src/app139 B22WORKDIR /usr/src/app34 B23COPY docker-hc ./ # buildkit264 B24RUN /bin/bash -o pipefail -c259 B25COPY *.json ./ # buildkit75.21 KB26COPY src/ src/ # buildkit2.22 KB27RUN /bin/bash -o pipefail -c2.04 MB28CMD ["npm" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'