sha256:b4c8c7abedf3f1c087a46de51ed8158d19a8b0661729a250f7e252e2bfc3fc21
OS/ARCH
Compressed size
70.8 MB
Last pushed
about 1 year by yinheli
Type
Image
Manifest digest
sha256:a3dd05180a88b7577648c78a3f450d745c4f6912bd129b4e09b2af4cab453c1f
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.15 KB17CMD ["deno" "run" "-A" "index.ts"]0 BCommand
# debian.sh --arch 'amd64' out/ 'stable' '@1753056000'