sha256:4617086cf1f8b7b91066a3ee8b1a3f2ad7c318c0dd67ecd240cd964c4af9868a
OS/ARCH
Compressed size
322.88 MB
Last pushed
7 days by utharwynn
Type
Image
Manifest digest
sha256:b5c9613e05e8b6decba193b75f2663c12bde791db1ce35d60e67d1289cbaca28
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.20 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/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11ENV NEXT_TELEMETRY_DISABLED=10 B12RUN /bin/sh -c npm install12.61 MB13RUN /bin/sh -c apt-get update3.37 MB14WORKDIR /app32 B15ENV NODE_ENV=production0 B16COPY /app/node_modules ./node_modules # buildkit230.39 MB17COPY package.json package-lock.json ./ #113.91 KB18COPY prisma ./prisma # buildkit22.95 KB19COPY prisma7.config.ts ./prisma7.config.ts # buildkit377 B20RUN /bin/sh -c ./node_modules/.bin/prisma generate186.43 KB21COPY app/features/retention ./app/features/retention # buildkit938 B22COPY app/features/integration/providers/webhook ./app/features/integration/providers/webhook # buildkit3.99 KB23COPY lib/db.ts ./lib/db.ts # buildkit521 B24COPY lib/integrations ./lib/integrations # buildkit1.17 KB25COPY workers ./workers # buildkit1.32 KB26USER node0 B27CMD ["./node_modules/.bin/jiti" "workers/maintenance-worker.ts"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'