Raul Lugo raul

mostros-kitchen (7c70e85-1750778143)

Published 2025-06-24 15:16:02 +00:00 by raul

Installation

docker pull git.rlugo.dev/raul/mostros-kitchen:7c70e85-1750778143
sha256:e6871df3b6a617affc487c4a5c31445375952018a1b277c20cfaf8239235a280

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-06-24 15:16:02 +00:00
3
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