deno_docker icon indicating copy to clipboard operation
deno_docker copied to clipboard

Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu

Results 42 deno_docker issues
Sort by recently updated
recently updated
newest added

1. Workflow to bump versions (I'm concerned that a find and replace might find and replace too much?) Edit: We could probably actually ensure that a certain number of changes...

I can update the example given to use the long form of the docker arguments, if that is preferred. I have tested the approach with `deno run -A -r https://fresh.deno.dev...

This moves from an 8-month-old base to a 4-month-old base. Fixes #197 Note that Alpine Linux 3.14 introduced use of the `faccessat2` syscall, which caused some incompatibilities with Docker versions...

This is especially important [since Docker Hub has imposed pull rate limits](https://www.docker.com/blog/scaling-docker-to-serve-millions-more-developers-network-egress/). This way we could also use the `deno` images with: ```sh-session $ docker run ghcr.io/denoland/deno ``` Reference: https://github.com/docker/build-push-action/blob/master/docs/advanced/push-multi-registries.md

And it would be nice if it could be automatically updated as well during CI: https://github.com/peter-evans/dockerhub-description But that means, currently, that it would require to deactivate 2FA on Docker Hub.

$DENO_INSTALL env variable is blank in the docker images. Meaning any denoland dependency I install is not appended to path and cannot be executed.

I see that this alpine image is based on Alpine 3.13, which is two versions behind. What's the attitude for upgrading? Should it be bundled into the next Deno minor...

Docker image should have arm64

I’d like to make a Deno Jupyter image. It would use Deno Ubuntu as the base, similar to the [Jupyter docker images](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html), then install Python, Jupyter, and Jupyter extensions —...

You have to first build gn using ubuntu then build deno with gn in alpine. This _should_ be possible, and I have some progress towards it... (failing) attempt: [Dockerfile](https://gist.github.com/hayd/4e4dbe867cb11d7b579b82711b7da27d). [failure...

help wanted