Refactor image tags to be dynamic (#1120)
In order to simplify backporting and branching of new releases,
this patch relies on the Zuul branch when building images so
that we can easily branch out a new release and it will
automatically pick up the images.
diff --git a/zuul.d/container-images/cinder.yaml b/zuul.d/container-images/cinder.yaml
index ec6dd7f..fa7a675 100644
--- a/zuul.d/container-images/cinder.yaml
+++ b/zuul.d/container-images/cinder.yaml
@@ -46,9 +46,10 @@
arch:
- linux/amd64
build_args:
+ - "RELEASE={{ zuul.branch | replace('stable/', '') }}"
- PROJECT=cinder
tags:
- - main
+ - "{{ zuul.branch | replace('stable/', '') }}"
files: &container_image_files
- images/ubuntu/.*
- images/ubuntu-cloud-archive/.*