sha256:6bfc6d82cae28b3a7c14f5c43e22e005c16a21c1ac068e84bbb979ba84796c86
OS/ARCH
Compressed size
401.56 MB
Last pushed
10 months by bhspitmonkey
Type
Image
Manifest digest
sha256:d47a0268fb93c1796e45f769819357ac52c415f0c65250d1652e7a7ccf144320
Image Layers
1# debian.sh --arch 'arm64' out/46.12 MB2RUN /bin/sh -c set -eux;22.51 MB3RUN /bin/sh -c set -eux;61.39 MB4RUN /bin/sh -c set -ex;193.58 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=22.21.10 B7RUN /bin/sh -c ARCH= &&55.74 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13LABEL org.opencontainers.image.source=https://github.com/BHSPitMonkey/news2reader0 B14LABEL org.opencontainers.image.description= Serve online articles0 B15LABEL org.opencontainers.image.licenses=MIT0 B16WORKDIR /usr/src/app132 B17COPY package.json yarn.lock ./ #42.17 KB18RUN /bin/sh -c corepack enable56.11 KB19RUN /bin/sh -c yarn install20.94 MB20COPY dist/ ./dist/ # buildkit7.85 KB21EXPOSE [8080/tcp]0 B22CMD ["yarn" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1763337600'