sha256:2229e0e8985f8c2735eace144ca2eb78f76de63febc3a9091d714c8b33bf72dc
OS/ARCH
Compressed size
107.27 MB
Last pushed
about 1 month by sageil
Type
Image
Manifest digest
sha256:86015a46f2e53047ebf14fcca44c91b9b8d22be0eebf86b4c8915f7dd182aa1a
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=26.5.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=52.49 MB5COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B6ENTRYPOINT ["docker-entrypoint.sh"]0 B7CMD ["node"]0 B8ENV NODE_ENV=production0 B9WORKDIR /app93 B10COPY /app/node_modules ./node_modules # buildkit24.74 MB11COPY /app/dist ./dist # buildkit718.94 KB12COPY /app/drizzle ./drizzle # buildkit30.73 KB13COPY /app/queries ./queries # buildkit3.59 KB14COPY web ./web # buildkit571.18 KB15COPY package.json ./ # buildkit1.5 KB16USER node0 B17CMD ["node" "dist/cli/index.js" "worker"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'