sha256:e9bb59327c1f4f6feb40c43e808ccd34098d7b2b130b746ce00ea443e74b6b71
OS/ARCH
Compressed size
73.06 MB
Last pushed
over 1 year by yinheli
Type
Image
Manifest digest
sha256:cbfa3a37faa8ecae3b0679d88d167d7c1c0d19bd93741c3536beb0e8d96c5575
Image Layers
1# debian.sh --arch 'arm64' out/26.75 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 # buildkit46.29 MB8COPY /tini /tini # buildkit8.83 KB9COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit454 B10RUN |1 DENO_VERSION=2.2.4 /bin/sh -c450 B11ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"]0 B12CMD ["eval" "console.log('Welcome to Deno!')"]0 B13WORKDIR /app91 B14COPY . . # buildkit10.34 KB15RUN /bin/sh -c deno install8.96 KB16CMD ["deno" "run" "-A" "index.ts"]0 BCommand
# debian.sh --arch 'arm64' out/ 'stable' '@1740355200'