Skip to content

Commit

Permalink
Merge pull request #55 from sclorg/add_rest_nodejs_minimal_images
Browse files Browse the repository at this point in the history
Add NodeJS-18-minimal and fix tags for RHEL9 nodejs-20-minimal
  • Loading branch information
phracek authored Nov 15, 2023
2 parents 5e7ed69 + 0f00dd4 commit 4dcec97
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions deploy-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
- rhel7-s2i-python-38-container
- rhel8-nodejs-ex-16
- rhel8-nodejs-ex-18
- rhel8-nodejs-ex-18-minimal
- rhel8-cakephp-ex-73
- rhel8-cakephp-ex-74
#- rhel8-cakephp-ex-80 It looks like no prepared for PHP-8.0
Expand Down Expand Up @@ -94,6 +95,7 @@
- rhel9-nginx-ex-122
- rhel9-nodejs-ex-16
- rhel9-nodejs-ex-18
- rhel9-nodejs-ex-18-minimal
- rhel9-nodejs-ex-20
- rhel9-nodejs-ex-20-minimal
- rhel9-postgresql-13-container
Expand Down
7 changes: 7 additions & 0 deletions vars/rhel8-nodejs-ex-18-minimal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
registry_redhat_io: "ubi8/nodejs-18-minimal"
tag_name: "nodejs:18-minimal-ubi8"
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=18-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/rhel9-nodejs-ex-18-minimal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
registry_redhat_io: "ubi9/nodejs-18-minimal"
tag_name: "nodejs:18-minimal-ubi9"
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=18-minimal-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"
4 changes: 2 additions & 2 deletions vars/rhel9-nodejs-ex-20-minimal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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 -"
tag_name: "nodejs:20-minimal-ubi9"
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-minimal-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"
Expand Down

0 comments on commit 4dcec97

Please sign in to comment.