sha256:df4dff43f00e69b1e48c65ff16849b8c07c5fdd9fc40a4a58af744dc1e0f159d
OS/ARCH
linux/amd64
Compressed size
80.9 MB
Last pushed
over 1 year by andremiras
Type
Image
Manifest digest
sha256:6347f06734e2a7e77a27c2f55976605bb3682409a2ce0d9f3917ff29a188f006
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c useradd --uid1.18 KB3ENV DENO_DIR=/deno-dir/0 B4ENV DENO_INSTALL_ROOT=/usr/local0 B5ARG DENO_VERSION=2.1.40 B6ENV DENO_VERSION=2.1.40 B7COPY /deno /usr/bin/deno # buildkit48.97 MB8COPY /tini /tini # buildkit9.24 KB9COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit455 B10RUN |1 DENO_VERSION=2.1.4 /bin/sh -c450 B11ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"]0 B12CMD ["eval" "console.log('Welcome to Deno!')"]0 B13WORKDIR /app92 B14USER deno0 B15ARG VERSION=v1.0.0-7-gbe777940 B16ENV VERSION=v1.0.0-7-gbe777940 B17COPY deno.json deno.lock /app/ #6.95 KB18RUN |1 VERSION=v1.0.0-7-gbe77794 /bin/sh -c4.97 MB19COPY public /app/public # buildkit353 B20COPY src /app/src # buildkit8.49 KB21EXPOSE map[8000/tcp:{}]0 B22CMD ["task" "run:prod"]0 BCommand
# debian.sh --arch 'amd64' out/ 'stable' '@1733097600'