Block a user
mycelia (latest)
Published 2025-09-29 20:31:22 +00:00 by tigor
Installation
docker pull gitea.tigor.net/tigor/mycelia:latestsha256:25a40e2551ce34c05407bac1fc7ebbef5f94deedbcde6d006527880e0ba02d27Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1749513600' |
| 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.3.7 |
| ENV DENO_VERSION=2.3.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.3.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!')"] |
| EXPOSE &{[{{2 0} {2 0}}] 0x4006b83a00} |
| WORKDIR /app |
| ENV NODE_ENV=production |
| COPY . /app # buildkit |
| RUN /bin/sh -c chown -R deno:deno /app # buildkit |
| USER deno |
| RUN /bin/sh -c deno cache cmd.ts --lock=deno.lock # buildkit |
| RUN /bin/sh -c deno run -A npm:@remix-run/dev vite:build # buildkit |
| CMD ["deno" "run" "-A" "server.ts" "serve" "--prod"] |
Details
2025-09-29 20:31:22 +00:00
Versions (18)
View all
Container
68
OCI / Docker
linux/amd64
272 MiB
latest
2025-09-29
f9f742cff4693cd260727d34eead8176604595b0
2025-09-29
5960183c93005bee24649051a7b353f66636c54e
2025-08-01
eb288d8ed3b98c2f151e022190e4a3dfdb9cbeb8
2025-07-07
6f3c1060cf2ecbf3b97fcf679b9388b65a1422c3
2025-06-26