Skip to content

Commit 303b647

Browse files
committed
Fix critical CVEs from Epoxy kolla container images
1 parent b499f8f commit 303b647

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ kolla_sources:
133133
magnum-base:
134134
type: git
135135
location: https://github.com/stackhpc/magnum.git
136-
reference: stackhpc/{{ openstack_release }}
136+
reference: epoxy-golang-test
137137
neutron-base-plugin-networking-generic-switch:
138138
type: git
139139
location: https://github.com/stackhpc/networking-generic-switch.git

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)