sha256:ea3a26a8411d0157226b433763dd03a4a5efb2deac82545d21f497e902219062
OS/ARCH
linux/amd64
Compressed size
164.06 MB
Last pushed
almost 2 years by davidzwart
Type
Image
Manifest digest
sha256:ea3a26a8411d0157226b433763dd03a4a5efb2deac82545d21f497e902219062
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=18.20.50 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=36.46 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app/server/113 B11RUN /bin/sh -c apt-get update20.09 MB12RUN /bin/sh -c yarn global15.29 MB13COPY server/.yarn/releases /app/server/.yarn/releases # buildkit975.51 KB14RUN /bin/sh -c yarn set1.87 MB15COPY ./server/ /app/server/ # buildkit5.29 MB16COPY /client/dist/. /app/server/assets/. # buildkit9.59 MB17RUN /bin/sh -c yarn workspaces45.94 MB18COPY README.md LICENSE.txt .dockerignore ./14.59 KB19COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit509 B20RUN /bin/sh -c chmod +x521 B21ENTRYPOINT ["bash" "/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'