Skip to content

Commit

Permalink
Adding dedicated devfile for the Universal Developer Image
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <[email protected]>
  • Loading branch information
ibuziuk committed Apr 11, 2023
1 parent f5a3c2d commit a2eb640
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stacks/udi/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# See the OWNERS docs: https://go.k8s.io/owners

reviewers:
- ibuziuk
- l0rd
29 changes: 29 additions & 0 deletions stacks/udi/devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
schemaVersion: 2.2.0
metadata:
name: udi
displayName: Universal Developer Image
description: Universal Developer Image provides various programming languages tools and runtimes for instant coding
icon: https://landscape.cncf.io/logos/devfile.svg
tags:
- Java
- Maven
- Scala
- PHP
- .NET
- Node.js
- Go
- Python
- Pip
- ubi8
projectType: default
language: Polyglot
version: 1.0.0
components:
- name: tools
container:
image: quay.io/devfile/universal-developer-image:ubi8-latest
memoryLimit: 6G
memoryRequest: 512Mi
cpuRequest: 1000m
cpuLimit: 4000m
mountSources: true

0 comments on commit a2eb640

Please sign in to comment.