diff --git a/docs/operations/ci/upgrades/cico-workspace-container.md b/docs/operations/ci/upgrades/cico-workspace-container.md index 294290f..915b877 100644 --- a/docs/operations/ci/upgrades/cico-workspace-container.md +++ b/docs/operations/ci/upgrades/cico-workspace-container.md @@ -28,3 +28,6 @@ Some notes about what we provide in that cico-workspace image : * centos 7 updated container with jenkins agent (java) * ansible (from our own configmanagement SIG) * [python-cicoclient](https://github.com/CentOS/python-cicoclient/) rpm built through cbs.centos.org koji, and needed to interact easily with Duffy API when requesting a node to run tests on + +!!! note + Worth knowing that `latest` tag is automatically applied on quay.io builds that are done automatically from the `master` branch on github. That means that pushing to `staging` branch (or else) would automatically create images tagged based on branch name. That permits us to test images before merging into main branch. Example : `podman pull quay.io/centosci/cico-workspace:staging` would pull staging image