Sign inSign up

aeciopires/getting-started-todo-app:2.0.0

Multi-platform
Index digest

sha256:c01905412d0ae94cd144f90088ee4fcf114cfeeb816bec8e7dade1e93a7f2a79

OS/ARCH

Compressed size

402.93 MB

Last pushed

9 months by aeciopires

Type

Image

Manifest digest

sha256:79be0b03b8e63ccb9c83a64c33aec4913e56cbca30bb653877394290665f3ce3

Image Layers

1# debian.sh --arch 'arm64' out/46.12 MB
2RUN /bin/sh -c set -eux;22.51 MB
3RUN /bin/sh -c set -eux;61.39 MB
4RUN /bin/sh -c set -ex;193.58 MB
5RUN /bin/sh -c groupadd --gid3.24 KB
6ENV NODE_VERSION=22.21.10 B
7RUN /bin/sh -c ARCH= &&55.74 MB
8ENV YARN_VERSION=1.22.220 B
9RUN /bin/sh -c set -ex1.19 MB
10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B
11ENTRYPOINT ["docker-entrypoint.sh"]0 B
12CMD ["node"]0 B
13WORKDIR /usr/local/app134 B
14ENV NODE_ENV=production0 B
15COPY /usr/local/app/package.json /usr/local/app/package-lock.json ./ #52.8 KB
16RUN /bin/sh -c npm ci22.24 MB
17COPY backend/src ./src # buildkit2.23 KB
18COPY /usr/local/app/dist ./src/static # buildkit113.44 KB
19EXPOSE [3000/tcp]0 B
20CMD ["node" "src/index.js"]0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1765152000'