sha256:f149ad53cc90f0119a36a77c9391965dd13e8f27b1973d70b9ce0787cf1edf17
OS/ARCH
Compressed size
347.15 MB
Last pushed
5 days by daprrelease
Type
Image
Manifest digest
sha256:558864b95b6576d69118953e0f6b2da71ec325b4e64edc5685a0891c52ff00a0
Image Layers
1
# debian.sh --arch 'arm64' out/
49.83 MB
2
RUN /bin/sh -c set -eux;
14.82 MB
3
RUN /bin/sh -c set -eux;
52.31 MB
4
RUN /bin/sh -c set -ex;
181.18 MB
5
RUN /bin/sh -c groupadd --gid
4 KB
6
ENV NODE_VERSION=20.18.3
0 B
7
RUN /bin/sh -c ARCH= &&
46.02 MB
8
ENV YARN_VERSION=1.22.22
0 B
9
RUN /bin/sh -c set -ex
1.19 MB
10
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
449 B
11
ENTRYPOINT ["docker-entrypoint.sh"]
0 B
12
CMD ["node"]
0 B
13
WORKDIR /app
92 B
14
COPY . /app # buildkit
8.75 KB
15
RUN /bin/sh -c rm -rf
32 B
16
RUN /bin/sh -c npm install
1.77 MB
17
EXPOSE map[3000/tcp:{}]
0 B
18
CMD ["node" "app.js"]
0 B
Command
# debian.sh --arch 'arm64' out/ 'bullseye' '@1740355200'