Skip to content

Instantly share code, notes, and snippets.

@svor
Last active February 20, 2025 10:15
Show Gist options
  • Save svor/25885549b0de03be4fa3ca00a2e871e7 to your computer and use it in GitHub Desktop.
Save svor/25885549b0de03be4fa3ca00a2e871e7 to your computer and use it in GitHub Desktop.
udi9-devfile.yaml
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