Raul Lugo raul

mostros-kitchen (6900b68-1751919029)

Published 2025-07-07 20:10:52 +00:00 by raul

Installation

docker pull git.rlugo.dev/raul/mostros-kitchen:6900b68-1751919029
sha256:6cbde44fead58abc28ba7b66e965840ebcb00e61d5f31ef70985e19beff3529d

Image Layers

# debian.sh --arch 'amd64' out/ 'stable' '@1742169600'
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.8
ENV DENO_VERSION=2.2.8
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.8 /bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint.sh # buildkit
ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"]
CMD ["eval" "console.log('Welcome to Deno!')"]
WORKDIR /app
COPY /app/main.ts /app/fresh.gen.ts /app/fresh.config.ts /app/deno.json ./ # buildkit
COPY /app/components/ ./components/ # buildkit
COPY /app/islands/ ./islands/ # buildkit
COPY /app/routes/ ./routes/ # buildkit
COPY /app/static/ ./static/ # buildkit
COPY /app/_fresh/ ./_fresh/ # buildkit
EXPOSE map[8070/tcp:{}]
CMD ["run" "-A" "main.ts"]
Details
Container
2025-07-07 20:10:52 +00:00
1
OCI / Docker
linux/amd64
69 MiB
Versions (113) View all
8e715d1-1770065168 2026-02-02
latest 2026-02-02
65bd1e0-1770040776 2026-02-02
1c79a94-1770040530 2026-02-02
4693231-1769430185 2026-01-26