sha256:1ade6c3e627d066dfdec959c68e398769b7e60b36f5b82e4ee4d04bd89660ca8
OS/ARCH
Compressed size
440.61 MB
Last pushed
5 days by daprrelease
Type
Image
Manifest digest
sha256:f12aafca54d1380c0a35f607724eabd9889b5beaf6c896f25a35321e13af60b4
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 /usr/src/app
133 B
14
COPY . . # buildkit
318.61 KB
15
RUN /bin/sh -c npm run
94.93 MB
16
EXPOSE map[8080/tcp:{}]
0 B
17
CMD ["npm" "run" "start"]
0 B
Command
# debian.sh --arch 'arm64' out/ 'bullseye' '@1740355200'