Skip to content

Commit b938e87

Browse files
committed
CLOUD-1846 update Java image tag to 1.1
1 parent 147c1c9 commit b938e87

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

jboss-image-streams.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,19 @@
669669
"sampleContextDir": "undertow-servlet",
670670
"version": "1.0"
671671
}
672+
},
673+
{
674+
"name": "1.1",
675+
"annotations": {
676+
"openshift.io/display-name": "Red Hat OpenJDK 8",
677+
"description": "Build and run Java applications using Maven and OpenJDK 8.",
678+
"iconClass": "icon-jboss",
679+
"tags": "builder,java,xpaas,openjdk",
680+
"supports": "java:8,xpaas:1.4",
681+
"sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts",
682+
"sampleContextDir": "undertow-servlet",
683+
"version": "1.1"
684+
}
672685
}
673686
]
674687
}

openjdk/openjdk18-web-basic-s2i.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"iconClass": "icon-jboss",
77
"description": "Application template for Java applications built using S2I.",
88
"tags": "java,xpaas",
9-
"version": "1.0.0",
9+
"version": "1.1.0",
1010
"openshift.io/display-name": "Red Hat OpenJDK 8"
1111
},
1212
"name": "openjdk18-web-basic-s2i"
1313
},
1414
"labels": {
1515
"template": "openjdk18-web-basic-s2i",
16-
"xpaas": "1.0.0"
16+
"xpaas": "1.4.0"
1717
},
1818
"message": "A new java application has been created in your project.",
1919
"parameters": [
@@ -156,7 +156,7 @@
156156
"from": {
157157
"kind": "ImageStreamTag",
158158
"namespace": "${IMAGE_STREAM_NAMESPACE}",
159-
"name": "redhat-openjdk18-openshift:1.0"
159+
"name": "redhat-openjdk18-openshift:1.1"
160160
}
161161
}
162162
},

0 commit comments

Comments
 (0)