-
Notifications
You must be signed in to change notification settings - Fork 0
Description
On the team check-in today, @knikolla expressed a preference for using commit hashes from the main branch as image tags rather than using branch names (to ensure that a deployment continues to use the same image unless it is explicitly changed). This becomes slightly problematic when the same repository houses both the Docker image sources and the openshift deployment manifests.
Kristi suggested an alternative approach using semantic versioning and named tags. There are a number of ways to automate this process; we would like to collect some examples of existing workflows so we can pick one that works well for our projects.
We can collect pointers to good example repositories (and generally discuss the topic of automated release workflows) here in this issue.