sha256:77e38fb77884e6b588153bd7389bfcb1df248bc211d4264667153b130e25e759
OS/ARCH
Compressed size
71.56 MB
Last pushed
over 1 year by yinheli
Type
Image
Manifest digest
sha256:fb90333c89959c1f4810ed4bf2993d9c87dc76680e2ee96adf122a1a2b76582f
Image Layers
1# debian.sh --arch 'amd64' out/26.91 MB2RUN /bin/sh -c useradd --uid1.18 KB3ENV DENO_DIR=/deno-dir/0 B4ENV DENO_INSTALL_ROOT=/usr/local0 B5ARG DENO_VERSION=2.2.40 B6ENV DENO_VERSION=2.2.40 B7COPY /deno /usr/bin/deno # buildkit44.63 MB8COPY /tini /tini # buildkit9.24 KB9COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit455 B10RUN |1 DENO_VERSION=2.2.4 /bin/sh -c451 B11ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"]0 B12CMD ["eval" "console.log('Welcome to Deno!')"]0 B13WORKDIR /app93 B14COPY . . # buildkit9.75 KB15RUN /bin/sh -c deno install125 B16CMD ["deno" "run" "-A" "index.ts"]0 BCommand
# debian.sh --arch 'amd64' out/ 'stable' '@1740355200'