sha256:09d521be166023253843833f48bb58a9b0527bada5e7c0c5bfc4fdedc1241164
OS/ARCH
Compressed size
75.11 MB
Last pushed
over 1 year by mclarkgb
Type
Image
Manifest digest
sha256:79c04169711695bf4924dbcddbb9494e227ef09d1602eac25ac7c3537bd05c11
Image Layers
1# debian.sh --arch 'armhf' out/22.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=18.20.70 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=33.29 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit450 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update287.53 KB11ARG USERNAME=actual0 B12ARG USER_UID=10010 B13ARG USER_GID=10010 B14RUN |3 USERNAME=actual USER_UID=1001 USER_GID=10013.3 KB15WORKDIR /app93 B16ENV NODE_ENV=production0 B17COPY /app/node_modules /app/node_modules # buildkit17 MB18COPY /app/packages/sync-server/package.json /app/packages/sync-server/app.js ./ #1.18 KB19COPY /app/packages/sync-server/src ./src # buildkit77.29 KB20COPY /app/packages/sync-server/migrations ./migrations # buildkit1.74 KB21ENTRYPOINT ["/usr/bin/tini" "-g" "--"]0 B22EXPOSE map[5006/tcp:{}]0 B23CMD ["node" "app.js"]0 BCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1740355200'