sha256:33620b4e8b4baf9ee7e969b57ef08142288801552eca702fc6e2d87631cfdd26
OS/ARCH
Compressed size
87.76 MB
Last pushed
8 months by louislam
Type
Image
Manifest digest
sha256:06296041fd5e2fa410da5364cf8d301e2b6fc609f851a547db79a1fb18474182
Image Layers
1# debian.sh --arch 'arm64' out/28.74 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.40 B7ENV DENO_VERSION=2.4.40 B8COPY /deno /usr/bin/deno # buildkit43.07 MB9COPY /tini /tini # buildkit8.83 KB10COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit452 B11RUN |1 DENO_VERSION=2.4.4 /bin/sh -c447 B12ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"]0 B13CMD ["eval" "console.log('Welcome to Deno!')"]0 B14WORKDIR /app93 B15EXPOSE map[47777/tcp:{}]0 B16RUN /bin/sh -c mkdir -p118 B17RUN /bin/sh -c apt update1.13 MB18USER deno0 B19COPY --chown=deno:deno ./extra /app/extra #47.85 KB20COPY --chown=deno:deno ./backend /app/backend #11.2 KB21COPY --chown=deno:deno ./deno.jsonc /app/deno.jsonc #1.03 KB22COPY --chown=deno:deno ./dist /app/dist #4.42 MB23RUN /bin/sh -c deno install10.33 MB24USER root0 B25RUN /bin/sh -c chmod +x32 B26ENTRYPOINT ["/app/extra/docker-entrypoint.sh"]0 B27CMD ["deno" "task" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'stable' '@1754870400'