sha256:4039a9cd6c59b5f164d64af3779c2eeca5375de5d719a1cf3c66970e5193e876
OS/ARCH
linux/amd64
Compressed size
77.72 MB
Last pushed
about 2 months by emperorrag
Type
Image
Manifest digest
sha256:f8e7a4fd972dd54ebde6c2c33cf1ec08699009262da2fecca9d604f81e635815
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.18.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ARG AUTH_REF=uncommitted0 B11LABEL org.opencontainers.image.title=auth-flow org.opencontainers.image.revision=uncommitted0 B12WORKDIR /app93 B13ENV NODE_ENV=production PORT=80800 B14COPY /w/apps/authentication/ui/react/flow/dist/browser/ ./dist/browser/ # buildkit286.88 KB15COPY /w/apps/authentication/ui/react/flow/dist/server/ ./dist/server/ # buildkit898.96 KB16RUN |1 AUTH_REF=uncommitted /bin/sh -c137 B17USER node0 B18EXPOSE [8080/tcp]0 B19CMD ["node" "dist/server/server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'