Skip to content

Commit 66688ec

Browse files
committed
Add icon urls to all root test registry stacks
Signed-off-by: thepetk <[email protected]>
1 parent d9443c0 commit 66688ec

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/registry/stacks/java-maven/devfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
version: 1.1.0
55
displayName: Maven Java
66
description: Upstream Maven and OpenJDK 11
7+
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/java-maven.jpg
78
tags: ["Java", "Maven"]
89
projectType: "maven"
910
language: "java"

tests/registry/stacks/java-quarkus/devfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
website: https://quarkus.io
66
displayName: Quarkus Java
77
description: Quarkus with Java
8+
icon: https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg
89
tags: ["Java", "Quarkus"]
910
projectType: "quarkus"
1011
language: "java"

tests/registry/stacks/nodejs/devfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
version: 1.0.0
55
displayName: NodeJS Runtime
66
description: Stack with NodeJS 12
7+
icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg
78
tags: ["NodeJS", "Express", "ubi8"]
89
projectType: "nodejs"
910
language: "nodejs"

0 commit comments

Comments
 (0)