Skip to content

Commit 63f39a5

Browse files
committed
Fix critical CVEs from Epoxy kolla container images
1 parent b499f8f commit 63f39a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/kayobe/kolla/kolla-build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ build_args = {{ (kolla_build_args | default({})).items() | map('join', ':') | jo
1313
[openstack-base]
1414
type = git
1515
location = https://github.com/stackhpc/requirements
16-
reference = stackhpc/{{ openstack_release }}
16+
reference = fix-cve-2025-43859

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"
141141

142142
# Kolla source repository.
143143
stackhpc_kolla_source_url: "https://github.com/stackhpc/kolla"
144-
stackhpc_kolla_source_version: stackhpc/20.0.0.3
144+
stackhpc_kolla_source_version: epoxy-critical-cve
145145

146146
# Kolla Ansible source repository.
147147
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"

0 commit comments

Comments
 (0)