https://github.com/cscfi/nodejs-16-rahti-example
https://github.com/cscfi/nodejs-16-rahti-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cscfi/nodejs-16-rahti-example
- Owner: CSCfi
- Created: 2022-07-11T10:54:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T10:03:58.000Z (over 2 years ago)
- Last Synced: 2025-01-07T12:25:15.415Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-16-rahti-example
Example repository on how to build nodejs16 image on Rahti.
Follows the instructions from https://docs.csc.fi/cloud/rahti/tutorials/ci_cd_introduction/.
TL;DR:
```
git clone https://github.com/rajanssi/nodejs-16-rahti-example.git
cd nodejs-16-rahti-example/
```
```
oc login https://rahti.csc.fi:8443 --token=
```
```
oc create -f k8s-api-objs.yaml
```
```
oc start-build nodejs-16-example --from-dir=./ -F
```