sha256:b99c2715551aeb725453810b5c434607d5c9a7a3aeacaf93e4786189ded6fcc8
OS/ARCH
Compressed size
104.53 MB
Last pushed
about 1 month by remnawave
Type
Image
Manifest digest
sha256:bb809c30601cc920416dc99c93c4638fffff338a878f8e4a034ab2f3c0f0dca4
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.14.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.15 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.64 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /opt/app109 B11LABEL org.opencontainers.image.title=Remnawave Subscription Page0 B12LABEL org.opencontainers.image.description=Remnawave Subscription Page0 B13LABEL org.opencontainers.image.url=https://github.com/remnawave/subscription-page0 B14LABEL org.opencontainers.image.source=https://github.com/remnawave/subscription-page0 B15LABEL org.opencontainers.image.vendor=Remnawave0 B16LABEL org.opencontainers.image.licenses=AGPL-3.00 B17LABEL org.opencontainers.image.documentation=https://docs.rw0 B18RUN /bin/sh -c apt-get update4.85 MB19COPY /opt/app/dist ./dist # buildkit97.02 KB20COPY /opt/app/node_modules ./node_modules # buildkit5.83 MB21COPY frontend/dist/ ./frontend/ # buildkit5.56 MB22COPY backend/package*.json ./ # buildkit61.31 KB23COPY backend/ecosystem.config.js ./ # buildkit449 B24COPY backend/docker-entrypoint.sh ./ # buildkit321 B25ENV PM2_DISABLE_VERSION_CHECK=true0 B26ENV NODE_OPTIONS=--max-old-space-size=163840 B27RUN /bin/sh -c npm install10.96 MB28ENTRYPOINT ["/bin/sh" "docker-entrypoint.sh"]0 B29CMD ["pm2-runtime" "start" "ecosystem.config.js" "--env"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'