sha256:dc4bb8f56e7214f8d3e247e49be0811f9cdb9cc9cfeb19099dfdc87198c23773
OS/ARCH
Compressed size
91.82 MB
Last pushed
7 months by louislam
Type
Image
Manifest digest
sha256:ef86c8bfe9b4c36df5cf87b045a18b3663308274e8eaaece7daf885308a28b42
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'