Skip to content

Commit 2b27b85

Browse files
authored
Merge pull request #834 from stackhpc/yoga-pin-base-image-r9
Pin R9 base image tag
2 parents 2e9825b + 0d969d7 commit 2b27b85

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

etc/kayobe/kolla/kolla-build.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[DEFAULT]
2+
{# Pinning to Rocky 9 minor version used in our repos #}
3+
{% if kolla_base_distro == 'rocky' %}
4+
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
5+
{% endif %}
26
build_args = {{ kolla_build_args.items() | map('join', ':') | join(',') }}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
fixes:
2+
- |
3+
Pin the OCI image tag used for the base-image of Rocky 9
4+
Kolla image builds. This prevents packages in the image with
5+
the latest tag getting in front of StackHPC release-train
6+
package repositories.

0 commit comments

Comments
 (0)