sha256:4e175b0934323707245136411fef985bfad2dccf13d3483aa142264bf48bec21
OS/ARCH
Compressed size
87.39 MB
Last pushed
over 1 year by mclarkgb
Type
Image
Manifest digest
sha256:7d81372bf3dfc006f36a2d935fde9d9b860a6d3f287823eb23d6705b47e9e1a4
Image Layers
1# debian.sh --arch 'amd64' out/26.91 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=18.20.60 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=36.48 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update377.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 # buildkit15.5 MB19COPY /public /public # buildkit6.42 MB20COPY /packages/sync-server/package.json /packages/sync-server/app.js ./ #1.11 KB21COPY /packages/sync-server/src ./src # buildkit75.26 KB22COPY /packages/sync-server/migrations ./migrations # buildkit1.74 KB23ENTRYPOINT ["/usr/bin/tini" "-g" "--"]0 B24ENV ACTUAL_WEB_ROOT=/public0 B25EXPOSE map[5006/tcp:{}]0 B26CMD ["node" "app.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'