containous / traefik-library-image

ARCHIVED
https://github.com/traefik/traefik-library-image
Apache License 2.0
218 stars 60 forks source link

Configure as automated build on Docker Hub #3

Closed adamgoose closed 8 years ago

adamgoose commented 8 years ago

It'd be awesome if you could set this up as an automated build on Docker Hub, so that any time you push with a new version, Docker Hub will automatically build the container for you, and we can always have the latest updates! :)

I'd hate to have to build my own container just to get incremental updates.

emilevauge commented 8 years ago

That's already the case using this image: https://hub.docker.com/r/containous/traefik/

kachkaev commented 7 years ago

And what's the relationship between containous/traefik and traefik? Got a bit confused when saw the second one too.

ldez commented 7 years ago

traefik is the official Docker image (https://github.com/docker-library/official-images) containous/traefik is the Docker Image related to our CI.

We recommended to use official Docker image (it's like a LTS) and Containous Docker Image if you want to use our experimental tag (it's like nightly).