sha256:898d6857161eaeef972b0df5e24e40d9e5674950d4f929f4ccd7a710f2987a2a
OS/ARCH
Compressed size
88.43 MB
Last pushed
over 1 year by mclarkgb
Type
Image
Manifest digest
sha256:a859c6a5b02b18ee472b027651fa58ad1c50d9d7f7fa20d0402ce6074e307f53
Image Layers
1# debian.sh --arch 'arm64' out/26.77 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.19.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.21 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit444 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update335.78 KB11ARG USERNAME=actual0 B12ARG USER_UID=10010 B13ARG USER_GID=10010 B14RUN |3 USERNAME=actual USER_UID=1001 USER_GID=10013.31 KB15WORKDIR /app91 B16ENV NODE_ENV=production0 B17COPY /app/node_modules /app/node_modules # buildkit20.42 MB18COPY /app/packages/sync-server/package.json ./ # buildkit1.01 KB19COPY /app/packages/sync-server/build ./ # buildkit76.53 KB20ENTRYPOINT ["/usr/bin/tini" "-g" "--"]0 B21EXPOSE map[5006/tcp:{}]0 B22CMD ["node" "app.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1747699200'