Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #72 from nodeshift-starters/10x-update
Browse files Browse the repository at this point in the history
chore: update to use RHSCL image
  • Loading branch information
helio-frota committed Nov 4, 2019
2 parents fd55da6 + b57c5cb commit d34d10a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .openshiftio/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ objects:
- name: latest
from:
kind: DockerImage
name: 'registry.access.redhat.com/rhoar-nodejs/nodejs-10:latest'
name: 'registry.access.redhat.com/rhscl/nodejs-10-rhel7'
- apiVersion: v1
kind: BuildConfig
metadata:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"ci": "npm run lint && npm run coveralls",
"release": "standard-version -a",
"openshift": "nodeshift --strictSSL=false --dockerImage=registry.access.redhat.com/rhoar-nodejs/nodejs-10",
"openshift": "nodeshift --strictSSL=false --dockerImage=registry.access.redhat.com/rhscl/nodejs-10-rhel7",
"postinstall": "license-reporter report -s && license-reporter save -s --xml licenses.xml",
"start": "node ."
},
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fruits-integration-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const rhoaster = require('rhoaster');

const testEnvironment = rhoaster({
deploymentName: 'nodejs-rest-http-crud-redhat',
dockerImage: 'registry.access.redhat.com/rhoar-nodejs/nodejs-10'
dockerImage: 'registry.access.redhat.com/rhscl/nodejs-10-rhel7'
});

testEnvironment.deploy()
Expand Down

0 comments on commit d34d10a

Please sign in to comment.