gopherdata/gophernotes

Docker image update?

PhilipLutley opened this issue · 4 comments

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

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

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.

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.

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