-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from sclorg/add_nodejs_20_rhel8
Add NodeJS 20 image for testing in OpenShift CI by InterOP team
- Loading branch information
Showing
3 changed files
with
16 additions
and
0 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
registry_redhat_io: "ubi8/nodejs-20-minimal" | ||
tag_name: "nodejs:20-minimal-ubi8" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-minimal-ubi8 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
pod_name: "nodejs-example" | ||
check_curl_output: "Welcome to your Node.js application on OpenShift" | ||
scl_url: "nodejs-ex" | ||
is_name: "nodejs" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
registry_redhat_io: "ubi8/nodejs-20" | ||
tag_name: "nodejs:20-ubi8" | ||
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-ubi8 -p NAMESPACE=rhscl-ci-testing | oc apply -f -" | ||
pod_name: "nodejs-example" | ||
check_curl_output: "Welcome to your Node.js application on OpenShift" | ||
scl_url: "nodejs-ex" | ||
is_name: "nodejs" |