-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3/3] Add Node.js 20 (patch s/18/20)
- Loading branch information
Showing
13 changed files
with
66 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ ENV APP_ROOT=/opt/app-root \ | |
HOME=/opt/app-root/src \ | ||
NPM_RUN=start \ | ||
PLATFORM="el8" \ | ||
NODEJS_VERSION=18 \ | ||
NODEJS_VERSION=20 \ | ||
NPM_RUN=start \ | ||
NAME=nodejs | ||
|
||
|
@@ -49,8 +49,8 @@ LABEL summary="$SUMMARY" \ | |
maintainer="SoftwareCollections.org <[email protected]>" \ | ||
help="For more information visit https://github.com/sclorg/s2i-nodejs-container" | ||
|
||
# nodejs-full-i18n is included for error strings | ||
RUN INSTALL_PKGS="nodejs nodejs-nodemon nodejs-full-i18n npm findutils tar" && \ | ||
# nodejs-full-i20n is included for error strings | ||
RUN INSTALL_PKGS="nodejs nodejs-nodemon nodejs-full-i20n npm findutils tar" && \ | ||
microdnf -y module disable nodejs && \ | ||
microdnf -y module enable nodejs:$NODEJS_VERSION && \ | ||
microdnf --nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ ENV APP_ROOT=/opt/app-root \ | |
HOME=/opt/app-root/src \ | ||
NPM_RUN=start \ | ||
PLATFORM="el9" \ | ||
NODEJS_VERSION=18 \ | ||
NODEJS_VERSION=20 \ | ||
NPM_RUN=start \ | ||
NAME=nodejs | ||
|
||
|
@@ -49,8 +49,8 @@ LABEL summary="$SUMMARY" \ | |
maintainer="SoftwareCollections.org <[email protected]>" \ | ||
help="For more information visit https://github.com/sclorg/s2i-nodejs-container" | ||
|
||
# nodejs-full-i18n is included for error strings | ||
RUN INSTALL_PKGS="nodejs nodejs-nodemon nodejs-full-i18n npm findutils tar" && \ | ||
# nodejs-full-i20n is included for error strings | ||
RUN INSTALL_PKGS="nodejs nodejs-nodemon nodejs-full-i20n npm findutils tar" && \ | ||
microdnf -y module disable nodejs && \ | ||
microdnf -y module enable nodejs:$NODEJS_VERSION && \ | ||
microdnf -y --nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ ENV APP_ROOT=/opt/app-root \ | |
HOME=/opt/app-root/src \ | ||
NPM_RUN=start \ | ||
PLATFORM="el8" \ | ||
NODEJS_VERSION=18 \ | ||
NODEJS_VERSION=20 \ | ||
NPM_RUN=start \ | ||
NAME=nodejs | ||
|
||
|
@@ -49,8 +49,8 @@ LABEL summary="$SUMMARY" \ | |
maintainer="SoftwareCollections.org <[email protected]>" \ | ||
help="For more information visit https://github.com/sclorg/s2i-nodejs-container" | ||
|
||
# nodejs-full-i18n is included for error strings | ||
RUN INSTALL_PKGS="nodejs nodejs-nodemon nodejs-full-i18n npm findutils tar" && \ | ||
# nodejs-full-i20n is included for error strings | ||
RUN INSTALL_PKGS="nodejs nodejs-nodemon nodejs-full-i20n npm findutils tar" && \ | ||
microdnf -y module disable nodejs && \ | ||
microdnf -y module enable nodejs:$NODEJS_VERSION && \ | ||
microdnf --nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ ENV APP_ROOT=/opt/app-root \ | |
HOME=/opt/app-root/src \ | ||
NPM_RUN=start \ | ||
PLATFORM="el9" \ | ||
NODEJS_VERSION=18 \ | ||
NODEJS_VERSION=20 \ | ||
NPM_RUN=start \ | ||
NAME=nodejs | ||
|
||
|
@@ -49,8 +49,8 @@ LABEL summary="$SUMMARY" \ | |
maintainer="SoftwareCollections.org <[email protected]>" \ | ||
help="For more information visit https://github.com/sclorg/s2i-nodejs-container" | ||
|
||
# nodejs-full-i18n is included for error strings | ||
RUN INSTALL_PKGS="nodejs nodejs-nodemon nodejs-full-i18n npm findutils tar" && \ | ||
# nodejs-full-i20n is included for error strings | ||
RUN INSTALL_PKGS="nodejs nodejs-nodemon nodejs-full-i20n npm findutils tar" && \ | ||
microdnf -y module disable nodejs && \ | ||
microdnf -y module enable nodejs:$NODEJS_VERSION && \ | ||
microdnf -y --nodocs --setopt=install_weak_deps=0 install $INSTALL_PKGS && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.