Skip to content

Commit

Permalink
Merge pull request #56 from sclorg/add_nodejs_20_rhel8
Browse files Browse the repository at this point in the history
Add NodeJS 20 image for testing in OpenShift CI by InterOP team
  • Loading branch information
phracek authored Nov 16, 2023
2 parents 4dcec97 + 16bfc3f commit b954be5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
- rhel8-nodejs-ex-16
- rhel8-nodejs-ex-18
- rhel8-nodejs-ex-18-minimal
- rhel8-nodejs-ex-20
- rhel8-nodejs-ex-20-minimal
- rhel8-cakephp-ex-73
- rhel8-cakephp-ex-74
#- rhel8-cakephp-ex-80 It looks like no prepared for PHP-8.0
Expand Down
7 changes: 7 additions & 0 deletions vars/rhel8-nodejs-ex-20-minimal.yml
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"
7 changes: 7 additions & 0 deletions vars/rhel8-nodejs-ex-20.yml
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"

0 comments on commit b954be5

Please sign in to comment.