sha256:2e478d3170bdbec11c9c3a6ff58fd5a2ba80c119fd78fe4b0e9f4f475b6356f8
OS/ARCH
Compressed size
86.21 MB
Last pushed
about 1 month by louislam
Type
Image
Manifest digest
sha256:908095106c84979081ea8bdf83061ead74e85c6bea5e15c61b49eb4c594a9711
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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.9.50 B7ENV DENO_VERSION=2.9.50 B8COPY /deno /usr/bin/deno # buildkit39.65 MB9COPY /tini /tini # buildkit8.83 KB10LABEL org.opencontainers.image.title=Deno org.opencontainers.image.description=Deno Docker image0 B11COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit454 B12RUN |1 DENO_VERSION=2.9.5 /bin/sh -c450 B13ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"]0 B14CMD ["eval" "console.log('Welcome to Deno!')"]0 B15WORKDIR /app93 B16EXPOSE [47777/tcp]0 B17RUN /bin/sh -c mkdir -p118 B18RUN /bin/sh -c apt update1.13 MB19USER deno0 B20COPY --chown=deno:deno ./extra /app/extra #115.63 KB21COPY --chown=deno:deno ./backend /app/backend #34.24 KB22COPY --chown=deno:deno ./deno.jsonc /app/deno.jsonc #1.26 KB23COPY --chown=deno:deno ./dist /app/dist #5.43 MB24RUN /bin/sh -c deno install11.1 MB25USER root0 B26RUN /bin/sh -c chmod +x32 B27ENTRYPOINT ["/app/extra/docker-entrypoint.sh"]0 B28CMD ["deno" "task" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'stable' '@1785715200'