Skip to content

Pin R9 base image tag #834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions etc/kayobe/kolla/kolla-build.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[DEFAULT]
{# Pinning to Rocky 9 minor version used in our repos #}
{% if kolla_base_distro == 'rocky' %}
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
{% endif %}
build_args = {{ kolla_build_args.items() | map('join', ':') | join(',') }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fixes:
- |
Pin the OCI image tag used for the base-image of Rocky 9
Kolla image builds. This prevents packages in the image with
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't say prevents, but meh.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, however looks like RHEL is not updating their minor versions tags after release:
https://quay.io/repository/rockylinux/rockylinux?tab=tags&tag=latest

the latest tag getting in front of StackHPC release-train
package repositories.