Sign inSign up

dockerdevrel/shelajev-catalog-service-node-gha:main--781663d

Multi-platform
Index digest

sha256:592fa72dc6b2a45e027f0445f09f2d37564484b66833b8bdc34e35fb9c5dd1e8

OS/ARCH

Compressed size

79.98 MB

Last pushed

over 1 year by olegselajev241

Type

Image

Manifest digest

sha256:04df9b23eb9b9dc664662a57f62e24307221b76c720d7da5cbf483c161bfa1d1

Image Layers

1# debian.sh --arch 'amd64' out/26.91 MB
2RUN /bin/sh -c groupadd --gid3.23 KB
3ENV NODE_VERSION=22.13.00 B
4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.01 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c set -ex1.63 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10RUN /bin/sh -c npm uninstall555.28 KB
11WORKDIR /usr/local/app135 B
12RUN /bin/sh -c useradd -m3.34 KB
13COPY --chown=appuser:appuser package.json yarn.lock .yarnrc.yml72.31 KB
14COPY --chown=appuser:appuser .yarn ./.yarn #975.53 KB
15RUN /bin/sh -c corepack enable55.34 KB
16USER appuser0 B
17ENV NODE_ENV=production0 B
18RUN /bin/sh -c yarn workspaces3.8 MB
19COPY ./src ./src # buildkit2.35 KB
20EXPOSE map[3000/tcp:{}]0 B
21CMD ["node" "src/index.js"]0 B

Command

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