gopherdata / gophernotes

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

Dockerhub doesn't seem to be updated with latest images/builds of gophernotes #125

Closed mr-nano closed 6 years ago

mr-nano commented 6 years ago

The page at DockerHub seems to have images that are atleast 8 months old. Should push the new images in?

cosmos72 commented 6 years ago

Yes, definitely. But I currently don't know how to do that. @dwhitena or @SpencerPark: any pointer?

mr-nano commented 6 years ago

@cosmos72

Yes. Travis-ci will be great way ahead.

We can run tests, if they pass publish a new version in the dockerhub.

SpencerPark commented 6 years ago

The automated build is now setup so latest on https://hub.docker.com/r/gopherdata/gophernotes/ should stay up to date with master if things were set up correctly. The DS variant is tagged latest-ds and is now in the same repository as the main one. As a side effect of this whole setup the Dockerfiles were also fixed so they build again and shouldn't break when updates happen in the future so lets keep our fingers crossed!