projectriff-archive / ci

Concourse & Co.
https://ci.projectriff.io/
0 stars 1 forks source link

Add build/snapshot tags to containers #45

Open trisberg opened 6 years ago

trisberg commented 6 years ago

We currently tag the images with x.x.x-build.n tags, we should also add an x.x.x-snaphot or x.x.x-build-latest tag so we could use that in snapshot versions of the Helm chart

markfisher commented 6 years ago

-snapshot would match what's built locally so even if it could lead to confusion at times, it would align with the expected tags and that seems like the right thing (maybe because I'm used to a similar situation with Maven artifacts). The -build-snapshot alternative (I'd avoid "latest" because of the specific Docker "latest" tag semantics) would of course clarify that the images were produced by the build system, but that would require explicit local changes, e.g. when working on a single component but integrating with the last built components otherwise.