sha256:820a301de4507ba4115eefea0e20cf837bc8b43a6fe8836b8864ef98ea4e4f0f
OS/ARCH
Compressed size
91.81 MB
Last pushed
7 months by louislam
Type
Image
Manifest digest
sha256:3657fda735af6ddffb23a79729376692c84dfe825721da2bf20987ec6a8a401c
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.7.10 B7ENV DENO_VERSION=2.7.10 B8COPY /deno /usr/bin/deno # buildkit46.23 MB9COPY /tini /tini # buildkit8.83 KB10COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit455 B11RUN |1 DENO_VERSION=2.7.1 /bin/sh -c449 B12ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"]0 B13CMD ["eval" "console.log('Welcome to Deno!')"]0 B14WORKDIR /app93 B15EXPOSE [47777/tcp]0 B16RUN /bin/sh -c mkdir -p119 B17RUN /bin/sh -c apt update1.13 MB18USER deno0 B19COPY --chown=deno:deno ./extra /app/extra #66.78 KB20COPY --chown=deno:deno ./backend /app/backend #18.47 KB21COPY --chown=deno:deno ./deno.jsonc /app/deno.jsonc #1.05 KB22COPY --chown=deno:deno ./dist /app/dist #5.41 MB23RUN /bin/sh -c deno install10.21 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' '@1771804800'