sha256:0eea6ed37830c0eac1e07f9b5d7f90bfb69d1017a389f225c1ebf7edfd964fdc
OS/ARCH
Compressed size
586.16 MB
Last pushed
5 months by charlocharlie
Type
Image
Manifest digest
sha256:fbf7ac9d8bdded97dd2ef58925057ddc0bb9768e982ba1df96c0e6c472808f2b
Image Layers
1ADD alpine-minirootfs-3.22.3-armv7.tar.gz / # buildkit3.07 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=22.22.20 B4RUN /bin/sh -c addgroup -g46.64 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit443 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=10 B11WORKDIR /usr/app108 B12COPY package*.json tsconfig.json ./ #241.22 MB13COPY package*.json ./ # buildkit129.26 KB14RUN /bin/sh -c npm ci293.85 MB15COPY /usr/app/dist ./dist # buildkit48.96 KB16COPY entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit1004 B17RUN /bin/sh -c ln -s123 B18ARG COMMIT_SHA=2765a6a539abf5044ec0f401eb70b84864a917d3 BRANCH=master0 B19RUN |2 COMMIT_SHA=2765a6a539abf5044ec0f401eb70b84864a917d3 BRANCH=master /bin/sh224 B20LABEL org.opencontainers.image.title=epicgames-freegames-node org.opencontainers.image.url=https://github.com/claabs/epicgames-freegames-node org.opencontainers.image.description=Automatically redeem0 B21ENV NODE_ENV=production PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser COMMIT_SHA=2765a6a539abf5044ec0f401eb70b84864a917d3 BRANCH=master0 B22EXPOSE [3000/tcp]0 B23VOLUME [/usr/app/config]0 B24ENTRYPOINT ["tini" "--" "docker-entrypoint.sh"]0 BCommand
ADD alpine-minirootfs-3.22.3-armv7.tar.gz / # buildkit