sha256:ca0c23edd637a2f1d6de986e25aeecd0a7befd1b0ceabe7087d53aca8abd0c05
OS/ARCH
Compressed size
70.8 MB
Last pushed
about 1 year by yinheli
Type
Image
Manifest digest
sha256:e8a441077e8ac15a275a8e327704a518c5fa75e5e959a7e88f28f91520fcf778
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c useradd --uid1.18 KB3ENV DENO_USE_CGROUPS=10 B4ENV DENO_DIR=/deno-dir/0 B5ENV DENO_INSTALL_ROOT=/usr/local0 B6ARG DENO_VERSION=2.4.30 B7ENV DENO_VERSION=2.4.30 B8COPY /deno /usr/bin/deno # buildkit43.85 MB9COPY /tini /tini # buildkit9.24 KB10COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit454 B11RUN |1 DENO_VERSION=2.4.3 /bin/sh -c450 B12ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"]0 B13CMD ["eval" "console.log('Welcome to Deno!')"]0 B14WORKDIR /app93 B15COPY . . # buildkit10.57 KB16RUN /bin/sh -c deno install11.1 KB17CMD ["deno" "run" "-A" "index.ts"]0 BCommand
# debian.sh --arch 'amd64' out/ 'stable' '@1753056000'