sha256:8adc3591a55cb7073cb41034e82178bc75960c6d0428bc562fd0c2fe3d67b937
OS/ARCH
Compressed size
81.87 MB
Last pushed
over 1 year by mclarkgb
Type
Image
Manifest digest
sha256:0a78614bfdedc06d7f835e67310c7748761c66a43c341f5592146a20f2d8d0b9
Image Layers
1# debian.sh --arch 'arm64' out/26.75 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=18.20.70 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=36.53 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 B10RUN /bin/sh -c apt-get update335.8 KB11ARG USERNAME=actual0 B12ARG USER_UID=10010 B13ARG USER_GID=10010 B14RUN |3 USERNAME=actual USER_UID=1001 USER_GID=10013.29 KB15RUN |3 USERNAME=actual USER_UID=1001 USER_GID=100197 B16WORKDIR /app93 B17ENV NODE_ENV=production0 B18COPY /app/node_modules /app/node_modules # buildkit16.54 MB19COPY /packages/sync-server/package.json /packages/sync-server/app.js ./ #1.18 KB20COPY /packages/sync-server/src ./src # buildkit77.29 KB21COPY /packages/sync-server/migrations ./migrations # buildkit1.74 KB22ENTRYPOINT ["/usr/bin/tini" "-g" "--"]0 B23EXPOSE map[5006/tcp:{}]0 B24CMD ["node" "app.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1740355200'