You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix build-image failure on Rocky 9, occurring when the parent image does not ship the latest kernel version on the latest Rocky minor version
Add back the safety net to download package from vault. The overall package installation order is:
1. yum install -y ${!PACKAGE} (from the current mirrorlist of OS repo)
2. If (1) fails, enable vault repo as baseurl and retry the installation
3. If (2) fails, download package rpm from vault
The previous commit 6a820d7 did fix image build on older Rocky minor versions and removed the third safety net. The third safety net could be useful as described in the comment in the code
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ CHANGELOG
14
14
15
15
**BUG FIXES**
16
16
- Fix an issue where Security Group validation failed when a rule contained both IPv4 ranges (IpRanges) and security group references (UserIdGroupPairs).
17
+
- Fix `build-image` failure on Rocky 9, occurring when the parent image does not ship the latest kernel version on the latest Rocky minor version.
0 commit comments