sha256:6b3aa568dd587751a0b84e86f64feb72cede306a6b4f86e2abc4d8d6bec433e9
OS/ARCH
Compressed size
112.32 MB
Last pushed
about 1 month by sageil
Type
Image
Manifest digest
sha256:1387b8d875fe58aca27faa3041f0548fc74ec2503a5c9f4c708277050139c794
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 # buildkit29.17 MB11COPY /app/dist ./dist # buildkit898.66 KB12COPY /app/drizzle ./drizzle # buildkit422.98 KB13COPY /app/queries ./queries # buildkit4.28 KB14COPY web ./web # buildkit633.04 KB15COPY package.json ./ # buildkit1.77 KB16USER node0 B17CMD ["node" "dist/cli/index.js" "worker"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'