Skip to content

Commit

Permalink
Updates for JWS 6.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sokratis Zappis <szappis@redhat.com>
  • Loading branch information
bekionel committed Apr 9, 2024
1 parent ff9ebd9 commit d1416ca
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
4 changes: 2 additions & 2 deletions templates/jws60-openjdk17-tomcat10-ubi8-basic-s2i.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"labels": {
"template": "jws60-openjdk17-tomcat10-ubi8-basic-s2i",
"jws60jdk17ubi8": "6.0.1"
"jws60jdk17ubi8": "6.0.2"
},
"message": "A new JWS application for Apache Tomcat 10 has been created in your project.",
"parameters": [
Expand Down Expand Up @@ -183,7 +183,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${IMAGE_STREAM_NAMESPACE}",
"name": "jboss-webserver60-openjdk17-tomcat10-openshift-ubi8:6.0.1"
"name": "jboss-webserver60-openjdk17-tomcat10-openshift-ubi8:6.0.2"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions templates/jws60-openjdk17-tomcat10-ubi8-https-s2i.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"labels": {
"template": "jws60-openjdk17-tomcat10-ubi8-https-s2i",
"jws60jdk17ubi8": "6.0.1"
"jws60jdk17ubi8": "6.0.2"
},
"message": "A new JWS application for Apache Tomcat 10 has been created in your project. Please be sure to create the secret named \"${JWS_HTTPS_SECRET}\" containing the ${JWS_HTTPS_CERTIFICATE} file used for serving secure content.",
"parameters": [
Expand Down Expand Up @@ -266,7 +266,7 @@
"from": {
"kind": "ImageStreamTag",
"namespace": "${IMAGE_STREAM_NAMESPACE}",
"name": "jboss-webserver60-openjdk17-tomcat10-openshift-ubi8:6.0.1"
"name": "jboss-webserver60-openjdk17-tomcat10-openshift-ubi8:6.0.2"
}
}
},
Expand Down
22 changes: 21 additions & 1 deletion templates/jws60-openjdk17-tomcat10-ubi8-image-stream.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"labels": {
"jws60jdk17ubi8": "6.0.1"
"jws60jdk17ubi8": "6.0.2"
},
"spec": {
"tags": [
Expand All @@ -45,6 +45,26 @@
"name": "registry.redhat.io/jboss-webserver-6/jws60-openjdk17-openshift-rhel8:latest"
}
},
{
"name": "6.0.2",
"annotations": {
"description": "JBoss Web Server 6.0 Apache Tomcat 10 OpenJDK17 on UBI8 S2I images.",
"iconClass": "icon-rh-tomcat",
"tags": "builder,tomcat,tomcat10,java,jboss,hidden",
"supports": "tomcat10:6.0,tomcat:10,java:17",
"sampleRepo": "https://github.com/web-servers/tomcat-websocket-chat-quickstart.git",
"sampleContextDir": "tomcat-websocket-chat",
"version": "6.0.2",
"openshift.io/display-name": "JBoss Web Server 6.0 Apache Tomcat 10 OpenJDK17 on UBI8"
},
"referencePolicy": {
"type": "Local"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/jboss-webserver-6/jws60-openjdk17-openshift-rhel8:6.0.2"
}
},
{
"name": "6.0.1",
"annotations": {
Expand Down
4 changes: 2 additions & 2 deletions tomcat10/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ schema_version: 1

name: "jboss-webserver-6/jws60-openjdk17-rhel8-openshift"
description: "Red Hat JBoss Web Server 6.0 - Tomcat 10 OpenShift container image with OpenJDK17 on UBI8"
version: "6.0.1"
from: "jboss-webserver-6/webserver60-openjdk17-tomcat10-rhel8:6.0.1"
version: "6.0.2"
from: "jboss-webserver-6/webserver60-openjdk17-tomcat10-rhel8:6.0.2"
labels:
- name: "com.redhat.component"
value: "jboss-webserver-60-openjdk17-rhel8-openshift-container"
Expand Down

0 comments on commit d1416ca

Please sign in to comment.