sha256:04f942036c242c03b7e83faa967cffdfb494ae92559829305807446d6c6ead90
OS/ARCH
Compressed size
92.04 MB
Last pushed
8 months by louislam
Type
Image
Manifest digest
sha256:4b9303ed192357a329f38fcf41b43207da642693349f2bfd43267a2e1340a022
Image Layers
1# debian.sh --arch 'amd64' out/28.39 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.6.80 B7ENV DENO_VERSION=2.6.80 B8COPY /deno /usr/bin/deno # buildkit46.52 MB9COPY /tini /tini # buildkit9.24 KB10COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit455 B11RUN |1 DENO_VERSION=2.6.8 /bin/sh -c451 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 -p118 B17RUN /bin/sh -c apt update1.21 MB18USER deno0 B19COPY --chown=deno:deno ./extra /app/extra #66.78 KB20COPY --chown=deno:deno ./backend /app/backend #18.33 KB21COPY --chown=deno:deno ./deno.jsonc /app/deno.jsonc #1.06 KB22COPY --chown=deno:deno ./dist /app/dist #5.41 MB23RUN /bin/sh -c deno install10.42 MB24USER root0 B25RUN /bin/sh -c chmod +x32 B26ENTRYPOINT ["/app/extra/docker-entrypoint.sh"]0 B27CMD ["deno" "task" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'stable' '@1768176000'