From 85c425ac5b97b2e032e08eb1d184736025ffaf36 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Thu, 6 Apr 2023 17:14:09 +0200 Subject: [PATCH] Adding dedicated devfile for the Universal Developer Image Signed-off-by: Ilya Buziuk --- stacks/udi/OWNERS | 5 +++++ stacks/udi/devfile.yaml | 29 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 stacks/udi/OWNERS create mode 100644 stacks/udi/devfile.yaml diff --git a/stacks/udi/OWNERS b/stacks/udi/OWNERS new file mode 100644 index 00000000..258b8d50 --- /dev/null +++ b/stacks/udi/OWNERS @@ -0,0 +1,5 @@ +# See the OWNERS docs: https://go.k8s.io/owners + +reviewers: +- ibuziuk +- l0rd diff --git a/stacks/udi/devfile.yaml b/stacks/udi/devfile.yaml new file mode 100644 index 00000000..e47adfab --- /dev/null +++ b/stacks/udi/devfile.yaml @@ -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: universal + 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