Skip to content

Commit

Permalink
Merge pull request #54 from sclorg/add_new_nodejs_20_images
Browse files Browse the repository at this point in the history
Add RHEL9 NodeJS 20 minimal images
  • Loading branch information
phracek authored Nov 14, 2023
2 parents b8c4bfa + 6e550be commit 5e7ed69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
- rhel9-nodejs-ex-16
- rhel9-nodejs-ex-18
- rhel9-nodejs-ex-20
- rhel9-nodejs-ex-20-minimal
- rhel9-postgresql-13-container
- rhel9-postgresql-15-container
- rhel9-s2i-perl-532-container
Expand Down
7 changes: 7 additions & 0 deletions vars/rhel9-nodejs-ex-20-minimal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
registry_redhat_io: "ubi9/nodejs-20-minimal"
tag_name: "nodejs:20-ubi9"
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-ubi9 -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 5e7ed69

Please sign in to comment.