Sign inSign up

aditbharatchheda/getting-started-todo-app:1.0.0

Index digest

sha256:5bdc7c228b643cb354c15d0af1a37ae081b3a80b5ca1b320a4d0dbefd94eda30

OS/ARCH

linux/amd64

Compressed size

411.59 MB

Last pushed

6 months by aditbharatchheda

Type

Image

Manifest digest

sha256:be129aaffb82601bb50e3eea663d604237bd1851ea9a9693f9464a4c0ac6b5f5

Image Layers

1# debian.sh --arch 'amd64' out/46.24 MB
2RUN /bin/sh -c set -eux;22.92 MB
3RUN /bin/sh -c set -eux;61.41 MB
4RUN /bin/sh -c set -ex;201.71 MB
5RUN /bin/sh -c groupadd --gid3.25 KB
6ENV NODE_VERSION=22.22.10 B
7RUN /bin/sh -c ARCH= &&55.85 MB
8ENV YARN_VERSION=1.22.220 B
9RUN /bin/sh -c set -ex1.19 MB
10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 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.92 KB
16RUN /bin/sh -c npm ci22.09 MB
17COPY backend/src ./src # buildkit2.27 KB
18COPY /usr/local/app/dist ./src/static # buildkit113.45 KB
19EXPOSE [3000/tcp]0 B
20CMD ["node" "src/index.js"]0 B

Command

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