raushan2054/getting-started-todo-app:latest

Index digest

sha256:18055f6a5d8da87df0e00b4d08a1a48ea8912e04f3e5bdb3c7841ce0a501748f

OS/ARCH

linux/amd64

Compressed size

411.62 MB

Last pushed

about 2 months by raushan2054

Type

Image

Manifest digest

sha256:3a7712cbb7f1a9fedb7bf58e4a36fa18b65afa4dc3632ab3d743cc5a374ecc37

Image Layers

1# debian.sh --arch 'amd64' out/46.25 MB
2RUN /bin/sh -c set -eux;22.93 MB
3RUN /bin/sh -c set -eux;61.42 MB
4RUN /bin/sh -c set -ex;201.78 MB
5RUN /bin/sh -c groupadd --gid3.25 KB
6ENV NODE_VERSION=22.22.30 B
7RUN /bin/sh -c ARCH= &&55.83 MB
8ENV YARN_VERSION=1.22.220 B
9RUN /bin/sh -c set -ex1.19 MB
10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B
11ENTRYPOINT ["docker-entrypoint.sh"]0 B
12CMD ["node"]0 B
13WORKDIR /usr/local/app135 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.05 MB
17COPY backend/src ./src # buildkit2.32 KB
18COPY /usr/local/app/dist ./src/static # buildkit113.68 KB
19EXPOSE [3000/tcp]0 B
20CMD ["node" "src/index.js"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'