web_fetcher (sha256:97d17423b9d7d369aee9558208288af90dc0ce4ad3edf3bb954a1cd3bffd55ef)

Published 2025-02-21 09:02:01 +00:00 by achilles

Installation

docker pull git.dew.vn/achilles/web_fetcher@sha256:97d17423b9d7d369aee9558208288af90dc0ce4ad3edf3bb954a1cd3bffd55ef
sha256:97d17423b9d7d369aee9558208288af90dc0ce4ad3edf3bb954a1cd3bffd55ef

Image Layers

# debian.sh --arch 'amd64' out/ 'stable' '@1738540800'
RUN /bin/sh -c useradd --uid 1993 --user-group deno && mkdir /deno-dir/ && chown deno:deno /deno-dir/ # buildkit
ENV DENO_DIR=/deno-dir/
ENV DENO_INSTALL_ROOT=/usr/local
ARG DENO_VERSION=2.2.1
ENV DENO_VERSION=2.2.1
COPY /deno /usr/bin/deno # buildkit
COPY /tini /tini # buildkit
COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit
RUN |1 DENO_VERSION=2.2.1 /bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint.sh # buildkit
ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"]
CMD ["eval" "console.log('Welcome to Deno!')"]
EXPOSE map[8000/tcp:{}]
WORKDIR /app
COPY deno.lock* . # buildkit
COPY deno.json* . # buildkit
RUN /bin/sh -c deno cache --lock=deno.lock main.ts # buildkit
COPY . . # buildkit
RUN /bin/sh -c deno cache main.ts # buildkit
CMD ["deno" "serve" "-A" "main.ts"]
Details
Container
2025-02-21 09:02:01 +00:00
1
OCI / Docker
linux/amd64
74 MiB
Versions (4) View all