sha256:f9c3de3af807f2455754caf3619e394abe48ab3744712e2dae3d60f02322fd78
OS/ARCH
Compressed size
106.76 MB
Last pushed
about 2 months by sageil
Type
Image
Manifest digest
sha256:a7747ec36143ac9a5e6d8dc0a3f6b36a022baf15b253d8322073ea22eae4b1e8
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.36 MB11COPY /app/dist ./dist # buildkit635.05 KB12COPY /app/drizzle ./drizzle # buildkit38.27 KB13COPY /app/queries ./queries # buildkit3.7 KB14COPY web ./web # buildkit508.1 KB15COPY package.json ./ # buildkit1.54 KB16USER node0 B17CMD ["node" "dist/cli/index.js" "worker"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'