sha256:9a989a07cc2835148d9dbc0aaa9a02b23b4721b72dc389ee361f6b15713fefa8
OS/ARCH
Compressed size
105.76 MB
Last pushed
3 months by mclarkgb
Type
Image
Manifest digest
sha256:6ea137e5fd7125e093536b343ab69ebbf685b41992300412534753531286fc2a
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update386.86 KB11ARG USERNAME=actual0 B12ARG USER_UID=10010 B13ARG USER_GID=10010 B14RUN |3 USERNAME=actual USER_UID=1001 USER_GID=10013.3 KB15WORKDIR /app92 B16ENV NODE_ENV=production0 B17COPY /app/node_modules ./node_modules # buildkit29.03 MB18COPY /app/packages/sync-server/package.json ./ # buildkit1.49 KB19COPY /app/packages/sync-server/build ./ # buildkit160.99 KB20RUN |3 USERNAME=actual USER_UID=1001 USER_GID=1001142 B21ENTRYPOINT ["/usr/bin/tini" "-g" "--"]0 B22EXPOSE [5006/tcp]0 B23CMD ["node" "app.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'