containous / traefik-library-image

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

Add 'beta' / 'development' tag to latest (beta/development) image #7

Closed derphilipp closed 7 years ago

derphilipp commented 7 years ago

It would be nice to be able to use the latest (non-stable) built of traefik; Therefore I suggest a tag that is always attached to the very latest non-stable build.

vdemeester commented 7 years ago

I think it's containous/traefik:latest (always deployed anytime a commit lands in master). It can't be done with official image (it would require too much update). /cc @emilevauge

derphilipp commented 7 years ago

Well I would like to have the (unstable) RC releases, but not all and every single commit version; Is that possible?

vdemeester commented 7 years ago

RC release are also available 👼 traefik:v1.2.0-rc1 for example

derphilipp commented 7 years ago

Yes, but what I am missing is a tag that constantly updates to the latest rc release;

vdemeester commented 7 years ago

@derphilipp oh I see 😅 @emilevauge doable ? 👼

ldez commented 7 years ago

@derphilipp you can use the containous/traefik:experimental tag

derphilipp commented 7 years ago

Awesome! Thank you very much.