test (latest)

Published 2026-03-25 16:07:58 +01:00 by sander

Installation

docker pull forgejo.spilleman.nl/sander/test:latest
sha256:d16ae340963719a0f6303de59c6e8e8d680489921b3389087e9d1dc27ab427f9

Image layers

# debian.sh --arch 'arm64' out/ 'stable' '@1773619200'
RUN /bin/sh -c useradd --uid 1993 --user-group deno && mkdir /deno-dir/ && chown deno:deno /deno-dir/ # buildkit
ENV DENO_USE_CGROUPS=1
ENV DENO_DIR=/deno-dir/
ENV DENO_INSTALL_ROOT=/usr/local
ARG DENO_VERSION=2.7.7
ENV DENO_VERSION=2.7.7
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.7.7 /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/node_modules node_modules/ # buildkit
COPY /app/.deno-deploy .deno-deploy/ # buildkit
COPY package.json . # buildkit
EXPOSE [3000/tcp]
ENV NODE_ENV=production
ENTRYPOINT ["deno" "run" "-A" ".deno-deploy/server.ts"]
Details
Container
2026-03-25 16:07:58 +01:00
0
OCI / Docker
linux/arm64
358 MiB
Versions (3) View all
arm64 2026-03-26
amd64 2026-03-26
latest 2026-03-25