gopherdata / gophernotes

The Go kernel for Jupyter notebooks and nteract.
MIT License
3.8k stars 262 forks source link

Docker image update? #244

Closed PhilipLutley closed 2 years ago

PhilipLutley commented 2 years ago

Just checking if the docker image has been abandoned? Last update was about 5 years ago. https://hub.docker.com/r/dwhitena/gophernotes/tags

PhilipLutley commented 2 years ago

I should elaborate - the gophernotes image (gopherdata/gophernotes:latest) is running an old version of go which is what prompted me to ask.

/ # go version go version go1.11.4 linux/amd64

sbinet commented 2 years ago

the Dockerfile* have been recently updated. but @dwhitena has the r/w perms on the docker hub.

you should be able to build a rather new and shiny docker image from sources.

PhilipLutley commented 2 years ago

the Dockerfile* have been recently updated. but @dwhitena has the r/w perms on the docker hub.

you should be able to build a rather new and shiny docker image from sources.

ok, will do.

LiZeC123 commented 2 years ago

@sbinet maybe we can use github action to generate new docker image, if you need, I can create a pull request for this.