sha256:f149ad53cc90f0119a36a77c9391965dd13e8f27b1973d70b9ce0787cf1edf17
OS/ARCH
Compressed size
355.3 MB
Last pushed
5 days by daprrelease
Type
Image
Manifest digest
sha256:ec4e7f1d02419852271f7f49125fc0a681268e835990c6c2b2f9d46847a0ed81
Image Layers
1
# debian.sh --arch 'amd64' out/
51.25 MB
2
RUN /bin/sh -c set -eux;
14.84 MB
3
RUN /bin/sh -c set -eux;
52.22 MB
4
RUN /bin/sh -c set -ex;
187.94 MB
5
RUN /bin/sh -c groupadd --gid
3.99 KB
6
ENV NODE_VERSION=20.18.3
0 B
7
RUN /bin/sh -c ARCH= &&
46.08 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 'amd64' out/ 'bullseye' '@1740355200'