deis / logger

In-memory log buffer used by Deis Workflow.
https://deis.com
MIT License
18 stars 15 forks source link

Publish immutable artifact tags + canary version to Docker registries #45

Closed sgoings closed 8 years ago

sgoings commented 8 years ago

We want to have the ability to have deis/charts reference a specific immutable image which will enable us better traceability on issues that come into various components.

What we've done with efforts in other repositories is publish a version:

Examples of the easiest way to roll this change out can be seen in deis/workflow#487, deis/builder#246, and deis/workflow-manager#11

jchauncey commented 8 years ago

This repo already publishes the git-sha tag for each Travis run. How are we going to handle the canary tag?