sha256:463631872a74771665ba9586449a0e54eeefd54ded8264340b8665dafb77e2ee
OS/ARCH
Compressed size
403.27 MB
Last pushed
3 months by bhspitmonkey
Type
Image
Manifest digest
sha256:2ec43041f71067e46c3610ffa3b5aaa9fc0a4140b16b84c0889fb41b648e825d
Image Layers
1# debian.sh --arch 'arm64' out/46.15 MB2RUN /bin/sh -c set -eux;22.52 MB3RUN /bin/sh -c set -eux;61.5 MB4RUN /bin/sh -c set -ex;193.72 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=22.23.10 B7RUN /bin/sh -c ARCH= &&55.96 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 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/app130 B17COPY package.json yarn.lock ./ #43.21 KB18RUN /bin/sh -c corepack enable55.64 KB19RUN /bin/sh -c yarn install22.12 MB20COPY dist/ ./dist/ # buildkit7.85 KB21EXPOSE [8080/tcp]0 B22CMD ["yarn" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1781049600'