-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update nodejs environment * Update nodejs environmnt docs * Updated fission version to 1.20.3. Changes container registry to ghcr from dockerhub. * Updated kind version to v0.23.0 and ks8 version to v1.25.16 for nodejs workflow. Updated base image for nodejs profile in skaffold.yaml file. * Updated node version and helm version * Use proper namespace for fission v1.20.3 --------- Signed-off-by: Md Soharab Ansari <[email protected]>
- Loading branch information
1 parent
a6e2644
commit 01fa43d
Showing
9 changed files
with
63 additions
and
31 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 |
---|---|---|
|
@@ -152,24 +152,24 @@ jobs: | |
steps: | ||
- name: Checkout sources | ||
uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v2 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: '14' | ||
node-version: '20' | ||
- name: Unit test | ||
run: | | ||
pushd nodejs/ | ||
npm install | ||
./test/local_test.sh | ||
popd | ||
- name: Helm | ||
uses: Azure/setup-helm@v1 | ||
uses: Azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 | ||
with: | ||
version: v3.3.4 | ||
version: v3.13.0 | ||
- name: Kind Clutser | ||
uses: engineerd/[email protected] | ||
with: | ||
image: kindest/node:v1.21.1 | ||
version: v0.11.1 | ||
image: kindest/node:v1.25.16 | ||
version: v0.23.0 | ||
config: kind.yaml | ||
- name: Base Setup | ||
run: | | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
-include ../rules.mk | ||
|
||
.PHONY: all | ||
all: node-env-debian-img node-env-16-img | ||
all: node-builder node-env-img node-env-debian-img node-env-22-img | ||
|
||
node-env-debian-img-buildargs := --build-arg NODE_BASE_IMG=12.22.7 | ||
node-env-img-buildargs := --build-arg NODE_BASE_IMG=20.16.0-alpine3.20 | ||
|
||
node-env-16-img-buildargs := --build-arg NODE_BASE_IMG=16.12.0-alpine3.14 | ||
node-env-debian-img-buildargs := --build-arg NODE_BASE_IMG=20.16.0 | ||
|
||
node-env-22-img-buildargs := --build-arg NODE_BASE_IMG=22.6.0-alpine3.20 | ||
|
||
node-env-img: Dockerfile | ||
|
||
node-env-debian-img: Dockerfile | ||
|
||
node-env-16-img: Dockerfile | ||
node-env-22-img: Dockerfile |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
-include ../../rules.mk | ||
|
||
.PHONY: all | ||
all: node-builder-debian-img node-builder-16-img | ||
all: node-builder-debian-img node-builder-img node-builder-22-img | ||
|
||
node-builder-debian-img-buildargs := --build-arg NODE_BASE_IMG=12.22.7 | ||
node-builder-debian-img-buildargs := --build-arg NODE_BASE_IMG=22.6.0 | ||
|
||
node-builder-16-img-buildargs := --build-arg NODE_BASE_IMG=16.12.0-alpine3.14 | ||
node-builder-img-buildargs := --build-arg NODE_BASE_IMG=20.16.0-alpine3.20 | ||
|
||
node-builder-22-img-buildargs := --build-arg NODE_BASE_IMG=22.6.0-alpine3.20 | ||
|
||
node-builder-debian-img: Dockerfile | ||
|
||
node-builder-16-img: Dockerfile | ||
node-builder-img: Dockerfile | ||
|
||
node-builder-22-img: Dockerfile |
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