Skip to content

Commit

Permalink
Add tag for RHEL10 that is 'el10'
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jan 9, 2025
1 parent dc2620e commit 5f3b17c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Dockerfile for the scripts to know which versions to build.

`OS`
OS version you want to build the images for. Currently the scripts are able to build for
centos (default), c9s, c10s, rhel8, rhel9, and fedora.
centos (default), c9s, c10s, rhel8, rhel9, rhel10, and fedora.

`SKIP_SQUASH`
When set to 1 the build script will skip the squash phase of the build.
Expand Down
2 changes: 2 additions & 0 deletions test-lib-remote-openshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ function ct_os_tag_image_for_cvp() {
tag="-el8"
elif [ "${OS}" == "rhel9" ]; then
tag="-el9"
elif [ "${OS}" == "rhel10" ]; then
tag="-el10"
else
echo "Only RHEL images are supported."
return
Expand Down

0 comments on commit 5f3b17c

Please sign in to comment.