> On Nov 13, 2018, at 4:17 AM, Sean Busbey <[email protected]> wrote:
>
> How do we delineate between images meant for downstream (i.e. releases) vs
> those only for use when working on yetus (branches)?
Basically, you’ll have images tagged with version numbers. i.e.,
apache/yetus:0.9.0 would correspond with Apache Yetus v0.9.0. Branches would
appear (given our current naming scheme) as apache/yetus:YETUS-1 (or whatever
JIRA). The master branch would appear as apace/yetus:latest unless we’d want
to tag it as something specific (e.g., master).
FWIW, I’m currently working on a patch to allow users to specify the
image tag to use as the base rather than depending upon docker build as a
companion to these images.