It would be good to have the docker hub/registry updated automatically when a new docker release goes out. I'm thinking: - a jenkins job that runs `update.sh` daily and triggers https://hub.docker.com/r/gliderlabs/dockerhub-tag/ if there was a new commit. - [docker hub automated build](https://docs.docker.com/docker-hub/builds/)
It would be good to have the docker hub/registry updated automatically when a new docker release goes out.
I'm thinking:
update.shdaily and triggers https://hub.docker.com/r/gliderlabs/dockerhub-tag/ if there was a new commit.