Skip to content

Commit 5f3b17c

Browse files
committed
Add tag for RHEL10 that is 'el10'
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent dc2620e commit 5f3b17c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Dockerfile for the scripts to know which versions to build.
8585

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

9090
`SKIP_SQUASH`
9191
When set to 1 the build script will skip the squash phase of the build.

test-lib-remote-openshift.sh

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ function ct_os_tag_image_for_cvp() {
8686
tag="-el8"
8787
elif [ "${OS}" == "rhel9" ]; then
8888
tag="-el9"
89+
elif [ "${OS}" == "rhel10" ]; then
90+
tag="-el10"
8991
else
9092
echo "Only RHEL images are supported."
9193
return

0 commit comments

Comments
 (0)