Skip to content

Commit 63c8938

Browse files
authored
Merge pull request #2110 from stackhpc/rebuild-2024.1-images
Rebuild Rocky and Ubuntu Nova and Neutron images for 2024.1
2 parents 4594fe9 + 0ac2e3f commit 63c8938

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
159159
- name: Install Trivy
160160
run: |
161-
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.49.0
161+
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.68.2
162162
163163
- name: Install yq
164164
run: |

etc/kayobe/kolla-image-tags.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@ kolla_image_tags:
7070
ubuntu-jammy: 2024.1-ubuntu-jammy-20250627T102805
7171
ubuntu-noble: 2024.1-ubuntu-noble-20250627T102805
7272
neutron:
73-
rocky-9: 2024.1-rocky-9-20251113T114107
74-
ubuntu-jammy: 2024.1-ubuntu-jammy-20251113T114107
75-
ubuntu-noble: 2024.1-ubuntu-noble-20251113T114107
73+
rocky-9: 2024.1-rocky-9-20260128T142402
74+
ubuntu-jammy: 2024.1-ubuntu-jammy-20260128T065158
75+
ubuntu-noble: 2024.1-ubuntu-noble-20260128T065158
7676
neutron_bgp_dragent:
7777
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
7878
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
7979
nova:
80-
rocky-9: 2024.1-rocky-9-20251127T132821
81-
ubuntu-jammy: 2024.1-ubuntu-jammy-20251127T132821
82-
ubuntu-noble: 2024.1-ubuntu-noble-20251127T132821
80+
rocky-9: 2024.1-rocky-9-20260128T142402
81+
ubuntu-jammy: 2024.1-ubuntu-jammy-20260128T065158
82+
ubuntu-noble: 2024.1-ubuntu-noble-20260128T065158
8383
octavia:
8484
rocky-9: 2024.1-rocky-9-20250717T094248
8585
ubuntu-jammy: 2024.1-ubuntu-jammy-20250627T102805

tools/scan-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -u
1111

1212
# Check that trivy is installed
1313
if ! trivy --version; then
14-
echo 'Please install trivy: curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.49.1'
14+
echo 'Please install trivy: curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.68.2'
1515
fi
1616

1717
# Clear any previous outputs

0 commit comments

Comments
 (0)