Last active
February 20, 2025 10:15
-
-
Save svor/25885549b0de03be4fa3ca00a2e871e7 to your computer and use it in GitHub Desktop.
udi9-devfile.yaml
This file contains hidden or 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
schemaVersion: 2.2.2 | |
metadata: | |
name: nodejs | |
displayName: Node.js Runtime | |
description: Node.js 18 application | |
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg | |
tags: | |
- Node.js | |
- Express | |
- ubi8 | |
projectType: Node.js | |
language: JavaScript | |
version: 2.2.1 | |
starterProjects: | |
- name: nodejs-starter | |
git: | |
checkoutFrom: | |
revision: main | |
remotes: | |
origin: 'https://github.com/nodeshift-starters/devfile-sample.git' | |
components: | |
- name: runtime | |
container: | |
image: quay.io/devfile/universal-developer-image:ubi9-latest | |
memoryLimit: 1024Mi | |
mountSources: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment