Skip to content

Commit c471793

Browse files
committed
Add iconUrls to test stacks, jsons and samples
1 parent a382b6f commit c471793

File tree

14 files changed

+31
-2
lines changed

14 files changed

+31
-2
lines changed

index/generator/tests/registry/index_extra.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"NodeJS",
99
"Express"
1010
],
11-
"icon": "nodejsIcon.svg",
11+
"icon": "https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg",
1212
"projectType": "nodejs",
1313
"language": "nodejs",
1414
"versions": [

index/generator/tests/registry/index_main.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
},
5454
{
5555
"name": "java-maven",
56+
"icon": "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/java-maven.jpg",
5657
"displayName": "Maven Java",
5758
"description": "Upstream Maven and OpenJDK 11",
5859
"type": "stack",
@@ -65,6 +66,7 @@
6566
"version": "1.1.0",
6667
"schemaVersion": "2.2.0",
6768
"default": true,
69+
"icon": "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/java-maven.jpg",
6870
"description": "Upstream Maven and OpenJDK 11",
6971
"tags": ["Java", "Maven"],
7072
"links": {
@@ -84,6 +86,7 @@
8486
},
8587
{
8688
"name": "java-openliberty",
89+
"icon": "https://raw.githubusercontent.com/OpenLiberty/logos/7fbb132949b9b2589e18c8d5665c1b107028a21d/logomark/svg/OL_logomark.svg",
8790
"displayName": "Open Liberty",
8891
"description": "Java application stack using Open Liberty runtime",
8992
"type": "stack",
@@ -95,6 +98,7 @@
9598
"version": "0.5.0",
9699
"schemaVersion": "2.2.0",
97100
"default": true,
101+
"icon": "https://raw.githubusercontent.com/OpenLiberty/logos/7fbb132949b9b2589e18c8d5665c1b107028a21d/logomark/svg/OL_logomark.svg",
98102
"description": "Java application stack using Open Liberty runtime",
99103
"links": {
100104
"self": "devfile-catalog/java-openliberty:0.5.0"
@@ -113,6 +117,7 @@
113117
},
114118
{
115119
"name": "java-quarkus",
120+
"icon": "https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg",
116121
"displayName": "Quarkus Java",
117122
"description": "Upstream Quarkus with Java+GraalVM",
118123
"type": "stack",
@@ -125,6 +130,7 @@
125130
"version": "1.1.0",
126131
"schemaVersion": "2.2.0",
127132
"default": true,
133+
"icon": "https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg",
128134
"description": "Upstream Quarkus with Java+GraalVM",
129135
"tags": ["Java", "Quarkus"],
130136
"links": {
@@ -178,6 +184,7 @@
178184
"name": "java-vertx",
179185
"displayName": "Vert.x Java",
180186
"description": "Upstream Vert.x using Java",
187+
"icon": "https://raw.githubusercontent.com/vertx-web-site/vertx-logo/master/vertx-logo.svg",
181188
"type": "stack",
182189
"tags": ["Java", "Vert.x"],
183190
"projectType": "vertx",
@@ -187,6 +194,7 @@
187194
"version": "1.1.0",
188195
"schemaVersion": "2.2.0",
189196
"default": true,
197+
"icon": "https://raw.githubusercontent.com/vertx-web-site/vertx-logo/master/vertx-logo.svg",
190198
"description": "Upstream Vert.x using Java",
191199
"tags": ["Java", "Vert.x"],
192200
"links": {
@@ -226,6 +234,7 @@
226234
},
227235
{
228236
"name": "java-wildfly",
237+
"icon": "https://design.jboss.org/wildfly/logo/final/wildfly_logomark.svg",
229238
"displayName": "WildFly Java",
230239
"description": "Upstream WildFly",
231240
"type": "stack",
@@ -265,6 +274,7 @@
265274
},
266275
{
267276
"name": "java-wildfly-bootable-jar",
277+
"icon": "https://design.jboss.org/wildfly/logo/final/wildfly_logomark.svg",
268278
"displayName": "WildFly Bootable Jar",
269279
"description": "Java stack with WildFly in bootable Jar mode, OpenJDK 11 and Maven 3.5",
270280
"type": "stack",
@@ -276,6 +286,7 @@
276286
"version": "1.0.0",
277287
"schemaVersion": "2.2.0",
278288
"default": true,
289+
"icon": "https://design.jboss.org/wildfly/logo/final/wildfly_logomark.svg",
279290
"description": "Java stack with WildFly in bootable Jar mode, OpenJDK 11 and Maven 3.5",
280291
"tags": [
281292
"RHEL8",
@@ -312,6 +323,7 @@
312323
},
313324
{
314325
"name": "nodejs",
326+
"icon": "https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg",
315327
"displayName": "NodeJS Runtime",
316328
"description": "Stack with NodeJS 12",
317329
"type": "stack",
@@ -323,6 +335,7 @@
323335
"version": "1.0.0",
324336
"schemaVersion": "2.2.0",
325337
"default": true,
338+
"icon": "https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg",
326339
"description": "Stack with NodeJS 12",
327340
"tags": ["NodeJS", "Express", "ubi8"],
328341
"links": {
@@ -342,6 +355,7 @@
342355
},
343356
{
344357
"name": "python",
358+
"icon": "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/python.svg",
345359
"displayName": "Python",
346360
"description": "Python Stack with Python 3.7",
347361
"type": "stack",
@@ -353,6 +367,7 @@
353367
"version": "1.0.0",
354368
"schemaVersion": "2.2.0",
355369
"default": true,
370+
"icon": "https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/python.svg",
356371
"description": "Python Stack with Python 3.7",
357372
"tags": ["Python", "pip"],
358373
"links": {
@@ -373,6 +388,7 @@
373388
{
374389
"name": "python-django",
375390
"displayName": "Django",
391+
"icon": "https://static.djangoproject.com/img/logos/django-logo-positive.svg",
376392
"description": "Python3.7 with Django",
377393
"type": "stack",
378394
"tags": ["Python", "pip", "Django"],
@@ -383,6 +399,7 @@
383399
"version": "1.0.0",
384400
"schemaVersion": "2.2.0",
385401
"default": true,
402+
"icon": "https://static.djangoproject.com/img/logos/django-logo-positive.svg",
386403
"description": "Python3.7 with Django",
387404
"tags": ["Python", "pip", "Django"],
388405
"links": {
@@ -406,7 +423,7 @@
406423
"description": "A simple Hello World application",
407424
"type": "sample",
408425
"tags": ["NodeJS", "Express"],
409-
"icon": "nodejsIcon.svg",
426+
"icon": "icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg",
410427
"projectType": "nodejs",
411428
"language": "nodejs",
412429
"versions": [

index/generator/tests/registry/samples/code-with-quarkus/1.1.0/devfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
schemaVersion: 2.0.0
22
metadata:
33
name: java-quarkus
4+
icon: https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg
45
version: 1.1.0
56
attributes:
67
alpha.build-context: .

index/generator/tests/registry/samples/nodejs-basic/1.0.0/devfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
schemaVersion: 2.0.0
22
metadata:
33
name: nodejs
4+
icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg
45
version: 1.0.1
56
displayName: Node.js Runtime
67
description: Stack with Node.js 14

index/generator/tests/registry/samples/nodejs-basic/1.0.1/devfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
schemaVersion: 2.2.0
22
metadata:
33
name: nodejs
4+
icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg
45
version: 1.0.1
56
displayName: Node.js Runtime
67
description: Stack with Node.js 14

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
schemaVersion: 2.2.0
22
metadata:
33
name: java-maven
4+
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/java-maven.jpg
45
version: 1.1.0
56
displayName: Maven Java
67
description: Upstream Maven and OpenJDK 11

index/generator/tests/registry/stacks/java-openliberty/devfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
schemaVersion: 2.2.0
1818
metadata:
1919
name: java-openliberty
20+
icon: https://raw.githubusercontent.com/OpenLiberty/logos/7fbb132949b9b2589e18c8d5665c1b107028a21d/logomark/svg/OL_logomark.svg
2021
version: 0.5.0
2122
description: Java application stack using Open Liberty runtime
2223
displayName: "Open Liberty"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
schemaVersion: 2.2.0
22
metadata:
33
name: java-quarkus
4+
icon: https://design.jboss.org/quarkus/logo/final/SVG/quarkus_icon_rgb_default.svg
45
version: 1.1.0
56
website: https://quarkus.io
67
displayName: Quarkus Java

index/generator/tests/registry/stacks/java-vertx/devfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
schemaVersion: 2.2.0
22
metadata:
33
name: java-vertx
4+
icon: https://raw.githubusercontent.com/vertx-web-site/vertx-logo/master/vertx-logo.svg
45
version: 1.1.0
56
displayName: Vert.x Java
67
description: Upstream Vert.x using Java

index/generator/tests/registry/stacks/java-wildfly-bootable-jar/devfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
schemaVersion: 2.2.0
22
metadata:
33
name: java-wildfly-bootable-jar
4+
icon: https://design.jboss.org/wildfly/logo/final/wildfly_logomark.svg
45
version: 1.0.0
56
website: https://docs.wildfly.org/bootablejar/
67
displayName: WildFly Bootable Jar

0 commit comments

Comments
 (0)