Skip to content

Commit

Permalink
updated nodejs images in image mappings (#50)
Browse files Browse the repository at this point in the history
- removed RHOAR images as they are no longer supported
- removed nodejs 8 rhscl image as it has been deprecated
  • Loading branch information
Girish Ramnani authored Mar 19, 2020
1 parent bf930c0 commit 7de60eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions language-scripts/image-mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{
"language": "nodejs",
"images": [
"rhscl/nodejs-8-rhel7",
"centos/nodejs-10-centos7",
"centos/nodejs-12-centos7",
"rhscl/nodejs-10-rhel7",
"rhoar-nodejs/nodejs-8",
"rhoar-nodejs/nodejs-10",
"rhscl/nodejs-12-rhel7",
"bucharestgold/centos7-s2i-nodejs",
"centos/nodejs-8-centos7"
"nodeshift/centos7-s2i-nodejs"
]
},
{
Expand Down

0 comments on commit 7de60eb

Please sign in to comment.