sha256:00d4884977c8abea74d4facd3f7067b273329d5efc85bf636ae01afc4880b587
OS/ARCH
Compressed size
347.16 MB
Last pushed
5 days by daprrelease
Type
Image
Manifest digest
sha256:46601f3bcea200cd9c3d28124e49f612f5ab7699ae96c50900395523595dc8a7
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 . . # buildkit
9.32 KB
15
RUN /bin/sh -c npm install
1.78 MB
16
EXPOSE map[3000/tcp:{}]
0 B
17
CMD ["node" "app.js"]
0 B
Command
# debian.sh --arch 'arm64' out/ 'bullseye' '@1740355200'