forked from containers/toolbox
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/utils: Support RHEL 9 Toolbx containers
The URLs for the RHEL Toolbx images based on the Red Hat Universal Base Images (or UBI) are a bit more complicated to construct, in comparison to the URLs for Fedora's fedora-toolbox images. It's not enough to just concatenate the registry, the image's basename and the release. Some parts of the URL depend on the release's major number, which requires custom code. So far, the release's major number was hard coded to 8 since only RHEL 8 Toolbx containers were supported. To support other RHEL major releases, it's necessary to have custom code to construct the URLs for the Toolbx images. containers#1065
- Loading branch information
1 parent
9f2f5b5
commit 0e26712
Showing
1 changed file
with
23 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters