Sign inSign up

dockerdevrel/dockersamples-catalog-service-node:main--f602299

Multi-platform
Index digest

sha256:e0ea3e97c47b38d2b2f7cf36f7ec94f5b03e3ad68fe9d9e2b0f2d8a7c5f0fe60

OS/ARCH

Compressed size

371.55 MB

Last pushed

over 1 year by michaelirwin244

Type

Image

Manifest digest

sha256:dfafb5c9d13441e073898f9226540704104f088cbd60db382b2e161c9a4caba3

Image Layers

1# debian.sh --arch 'arm64' out/46.09 MB
2RUN /bin/sh -c set -eux;22.32 MB
3RUN /bin/sh -c set -eux;61.37 MB
4RUN /bin/sh -c set -ex;193.3 MB
5RUN /bin/sh -c groupadd --gid3.24 KB
6ENV NODE_VERSION=18.20.50 B
7RUN /bin/sh -c ARCH= &&43.65 MB
8ENV YARN_VERSION=1.22.220 B
9RUN /bin/sh -c set -ex1.19 MB
10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B
11ENTRYPOINT ["docker-entrypoint.sh"]0 B
12CMD ["node"]0 B
13RUN /bin/sh -c npm uninstall3.01 KB
14WORKDIR /usr/local/app134 B
15RUN /bin/sh -c useradd -m3.34 KB
16USER appuser0 B
17ENV NODE_ENV=production0 B
18COPY package.json yarn.lock ./ #81.99 KB
19RUN /bin/sh -c yarn install3.54 MB
20COPY ./src ./src # buildkit2.38 KB
21EXPOSE map[3000/tcp:{}]0 B
22CMD ["/bin/sh" "-c" "node src/index.js"]0 B

Command

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