diff --git a/eap/eap64-amq-persistent-s2i.json b/eap/eap64-amq-persistent-s2i.json index b389b2c6..12e61197 100644 --- a/eap/eap64-amq-persistent-s2i.json +++ b/eap/eap64-amq-persistent-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 6.4 + A-MQ (with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 A-MQ application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-amq-persistent-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 and A-MQ persistent based application with SSL support has been created in your project. The username/password for accessing the A-MQ service is ${MQ_USERNAME}/${MQ_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -478,7 +478,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap64-amq-s2i.json b/eap/eap64-amq-s2i.json index 4ce9ecb8..1d08200d 100644 --- a/eap/eap64-amq-s2i.json +++ b/eap/eap64-amq-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 6.4 + A-MQ (Ephemeral with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 A-MQ application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-amq-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 and A-MQ based application with SSL support has been created in your project. The username/password for accessing the A-MQ service is ${MQ_USERNAME}/${MQ_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -464,7 +464,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap64-basic-s2i.json b/eap/eap64-basic-s2i.json index 4d9ce7fa..34f547d8 100644 --- a/eap/eap64-basic-s2i.json +++ b/eap/eap64-basic-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 6.4 (no https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-basic-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 based application has been created in your project.", "parameters": [ @@ -252,7 +252,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap64-https-s2i.json b/eap/eap64-https-s2i.json index 104d33bc..c05deeda 100644 --- a/eap/eap64-https-s2i.json +++ b/eap/eap64-https-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 6.4 (with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-https-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 based application with SSL support has been created in your project. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -369,7 +369,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap64-image-stream.json b/eap/eap64-image-stream.json index c117784a..f76555c8 100644 --- a/eap/eap64-image-stream.json +++ b/eap/eap64-image-stream.json @@ -17,11 +17,11 @@ "annotations": { "openshift.io/display-name": "Red Hat JBoss EAP 6.4", "openshift.io/provider-display-name": "Red Hat, Inc.", - "version": "1.4.17" + "version": "1.4.18" } }, "labels": { - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "spec": { "tags": [ @@ -213,6 +213,27 @@ "kind": "DockerImage", "name": "registry.redhat.io/jboss-eap-6/eap64-openshift:1.8" } + }, + { + "name": "1.9", + "annotations": { + "description": "JBoss EAP 6.4 S2I images.", + "iconClass": "icon-eap", + "tags": "builder,eap,javaee,java,jboss,hidden", + "supports": "eap:6.4,javaee:6,java:8", + "sampleRepo": "https://github.com/jboss-developer/jboss-eap-quickstarts.git", + "sampleContextDir": "kitchensink", + "sampleRef": "6.4.x", + "version": "1.9", + "openshift.io/display-name": "Red Hat JBoss EAP 6.4" + }, + "referencePolicy": { + "type": "Local" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/jboss-eap-6/eap64-openshift:1.9" + } } ] } diff --git a/eap/eap64-mongodb-persistent-s2i.json b/eap/eap64-mongodb-persistent-s2i.json index e2b8aa21..59fe3360 100644 --- a/eap/eap64-mongodb-persistent-s2i.json +++ b/eap/eap64-mongodb-persistent-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 6.4 + MongoDB (with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 application with a MongoDB database. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-mongodb-persistent-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 and MongoDB persistent based application with SSL support has been created in your project. The username/password for accessing the MongoDB database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD} (Admin password is \"${DB_ADMIN_PASSWORD}\"). Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -483,7 +483,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap64-mongodb-s2i.json b/eap/eap64-mongodb-s2i.json index 1836b23c..3a756e45 100644 --- a/eap/eap64-mongodb-s2i.json +++ b/eap/eap64-mongodb-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 6.4 + MongoDB (Ephemeral with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 application with a MongoDB database. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-mongodb-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 and MongoDB based application with SSL support has been created in your project. The username/password for accessing the MongoDB database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD} (Admin password is \"${DB_ADMIN_PASSWORD}\"). Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -476,7 +476,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap64-mysql-persistent-s2i.json b/eap/eap64-mysql-persistent-s2i.json index 114d7a9e..257a631d 100644 --- a/eap/eap64-mysql-persistent-s2i.json +++ b/eap/eap64-mysql-persistent-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 6.4 + MySQL (with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 application with a MySQL database. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-mysql-persistent-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 and MySQL persistent based application with SSL support has been created in your project. The username/password for accessing the MySQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -487,7 +487,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap64-mysql-s2i.json b/eap/eap64-mysql-s2i.json index 72989904..e1d14592 100644 --- a/eap/eap64-mysql-s2i.json +++ b/eap/eap64-mysql-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 6.4 + MySQL (Ephemeral with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 application with a MySQL database. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-mysql-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 and MySQL based application with SSL support has been created in your project. The username/password for accessing the MySQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -480,7 +480,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap64-postgresql-persistent-s2i.json b/eap/eap64-postgresql-persistent-s2i.json index 36d08933..032a9bab 100644 --- a/eap/eap64-postgresql-persistent-s2i.json +++ b/eap/eap64-postgresql-persistent-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "Red Hat JBoss EAP 6.4 + PostgreSQL (Persistent with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 application with a PostgreSQL database. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-postgresql-persistent-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 and PostgreSQL persistent based application with SSL support has been created in your project. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -469,7 +469,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap64-postgresql-s2i.json b/eap/eap64-postgresql-s2i.json index 5332ba58..d340329d 100644 --- a/eap/eap64-postgresql-s2i.json +++ b/eap/eap64-postgresql-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 6.4 + PostgreSQL (Ephemeral with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 application with a PostgreSQL database. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-postgresql-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 and PostgreSQL based application with SSL support has been created in your project. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -462,7 +462,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap64-sso-s2i.json b/eap/eap64-sso-s2i.json index 324c3943..732bf91c 100644 --- a/eap/eap64-sso-s2i.json +++ b/eap/eap64-sso-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 6.4 + Single Sign-On (with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 Single Sign-On application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-sso-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 based application with SSL and SSO support has been created in your project. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -487,7 +487,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" }, "env": [ { diff --git a/eap/eap64-third-party-db-s2i.json b/eap/eap64-third-party-db-s2i.json index fa360561..ec8ac0e3 100644 --- a/eap/eap64-third-party-db-s2i.json +++ b/eap/eap64-third-party-db-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "Red Hat JBoss EAP 6.4 (with https, DB drivers)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 DB application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-third-party-db-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 based application with SSL support has been created in your project. Please be sure to create the following secrets:\"${CONFIGURATION_NAME}\" containing the datasource configuration details required by the deployed application(s); \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -416,7 +416,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap64-tx-recovery-postgresql-s2i.json b/eap/eap64-tx-recovery-postgresql-s2i.json index 887906b7..7867b8de 100644 --- a/eap/eap64-tx-recovery-postgresql-s2i.json +++ b/eap/eap64-tx-recovery-postgresql-s2i.json @@ -504,7 +504,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap64-tx-recovery-s2i.json b/eap/eap64-tx-recovery-s2i.json index 97b22283..1506361e 100644 --- a/eap/eap64-tx-recovery-s2i.json +++ b/eap/eap64-tx-recovery-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 6.4 (tx recovery)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 6 application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap64-tx-recovery-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 6 based application has been created in your project.", "parameters": [ @@ -290,7 +290,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap64-openshift:1.8" + "name": "jboss-eap64-openshift:1.9" } } }, diff --git a/eap/eap70-image-stream.json b/eap/eap70-image-stream.json index ceca4dbd..bffd0800 100644 --- a/eap/eap70-image-stream.json +++ b/eap/eap70-image-stream.json @@ -17,11 +17,11 @@ "annotations": { "openshift.io/display-name": "Red Hat JBoss EAP 7.0", "openshift.io/provider-display-name": "Red Hat, Inc.", - "version": "1.4.17" + "version": "1.4.18" } }, "labels": { - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "spec": { "tags": [ diff --git a/eap/eap71-amq-persistent-s2i.json b/eap/eap71-amq-persistent-s2i.json index 3b583c67..5ffc95f3 100644 --- a/eap/eap71-amq-persistent-s2i.json +++ b/eap/eap71-amq-persistent-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 + A-MQ (with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 A-MQ application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-amq-persistent-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 and A-MQ persistent based application with SSL support has been created in your project. The username/password for accessing the A-MQ service is ${MQ_USERNAME}/${MQ_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -489,7 +489,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" } } }, diff --git a/eap/eap71-amq-s2i.json b/eap/eap71-amq-s2i.json index 6357e595..fa7c5c8e 100644 --- a/eap/eap71-amq-s2i.json +++ b/eap/eap71-amq-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 + A-MQ (with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 A-MQ application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-amq-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 and A-MQ based application with SSL support has been created in your project. The username/password for accessing the A-MQ service is ${MQ_USERNAME}/${MQ_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -475,7 +475,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" } } }, diff --git a/eap/eap71-basic-s2i.json b/eap/eap71-basic-s2i.json index ebc6690b..e1a8b437 100644 --- a/eap/eap71-basic-s2i.json +++ b/eap/eap71-basic-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 (no https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-basic-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 based application has been created in your project.", "parameters": [ @@ -263,7 +263,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" } } }, diff --git a/eap/eap71-https-s2i.json b/eap/eap71-https-s2i.json index 1772f1b1..888a5be5 100644 --- a/eap/eap71-https-s2i.json +++ b/eap/eap71-https-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 (with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-https-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 based application with SSL support has been created in your project. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -380,7 +380,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" } } }, diff --git a/eap/eap71-image-stream.json b/eap/eap71-image-stream.json index c098b037..5fa3d08d 100644 --- a/eap/eap71-image-stream.json +++ b/eap/eap71-image-stream.json @@ -17,11 +17,11 @@ "annotations": { "openshift.io/display-name": "Red Hat JBoss EAP 7.1", "openshift.io/provider-display-name": "Red Hat, Inc.", - "version": "1.4.17" + "version": "1.4.18" } }, "labels": { - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "spec": { "tags": [ @@ -108,6 +108,27 @@ "kind": "DockerImage", "name": "registry.redhat.io/jboss-eap-7/eap71-openshift:1.3" } + }, + { + "name": "1.4", + "annotations": { + "description": "JBoss EAP 7.1 S2I image.", + "iconClass": "icon-eap", + "tags": "builder,eap,javaee,java,jboss,hidden", + "supports": "eap:7.1,javaee:7,java:8", + "sampleRepo": "https://github.com/jboss-developer/jboss-eap-quickstarts.git", + "sampleContextDir": "kitchensink", + "sampleRef": "7.1.0.GA", + "version": "1.4", + "openshift.io/display-name": "Red Hat JBoss EAP 7.1" + }, + "referencePolicy": { + "type": "Local" + }, + "from": { + "kind": "DockerImage", + "name": "registry.redhat.io/jboss-eap-7/eap71-openshift:1.4" + } } ] } diff --git a/eap/eap71-mongodb-persistent-s2i.json b/eap/eap71-mongodb-persistent-s2i.json index 2d1572f8..beda0ba8 100644 --- a/eap/eap71-mongodb-persistent-s2i.json +++ b/eap/eap71-mongodb-persistent-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 + MongoDB (with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 application with a MongoDB database. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-mongodb-persistent-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 and MongoDB persistent based application with SSL support has been created in your project. The username/password for accessing the MongoDB database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD} (Admin password is \"${DB_ADMIN_PASSWORD}\"). Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -494,7 +494,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" } } }, diff --git a/eap/eap71-mongodb-s2i.json b/eap/eap71-mongodb-s2i.json index e61062f8..713562c0 100644 --- a/eap/eap71-mongodb-s2i.json +++ b/eap/eap71-mongodb-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 + MongoDB (Ephemeral with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 application with a MongoDB database. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-mongodb-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 and MongoDB based application with SSL support has been created in your project. The username/password for accessing the MongoDB database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD} (Admin password is \"${DB_ADMIN_PASSWORD}\"). Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -487,7 +487,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" } } }, diff --git a/eap/eap71-mysql-persistent-s2i.json b/eap/eap71-mysql-persistent-s2i.json index f191325e..80731329 100644 --- a/eap/eap71-mysql-persistent-s2i.json +++ b/eap/eap71-mysql-persistent-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 + MySQL (with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 application with a MySQL database. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-mysql-persistent-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 and MySQL persistent based application with SSL support has been created in your project. The username/password for accessing the MySQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -498,7 +498,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" } } }, diff --git a/eap/eap71-mysql-s2i.json b/eap/eap71-mysql-s2i.json index a4037d1f..1b93af19 100644 --- a/eap/eap71-mysql-s2i.json +++ b/eap/eap71-mysql-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 + MySQL (Ephemeral with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 application with a MySQL database. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-mysql-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 and MySQL based application with SSL support has been created in your project. The username/password for accessing the MySQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -491,7 +491,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" } } }, diff --git a/eap/eap71-postgresql-persistent-s2i.json b/eap/eap71-postgresql-persistent-s2i.json index 08f873ba..24097daa 100644 --- a/eap/eap71-postgresql-persistent-s2i.json +++ b/eap/eap71-postgresql-persistent-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 + PostgreSQL (Persistent with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 application with a PostgreSQL database. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-postgresql-persistent-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 and PostgreSQL persistent based application with SSL support has been created in your project. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -480,7 +480,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" } } }, diff --git a/eap/eap71-postgresql-s2i.json b/eap/eap71-postgresql-s2i.json index 0513f515..8c0af7ee 100644 --- a/eap/eap71-postgresql-s2i.json +++ b/eap/eap71-postgresql-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 + PostgreSQL (Ephemeral with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 application with a PostgreSQL database. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-postgresql-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 and PostgreSQL based application with SSL support has been created in your project. The username/password for accessing the PostgreSQL database \"${DB_DATABASE}\" is ${DB_USERNAME}/${DB_PASSWORD}. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -473,7 +473,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" } } }, diff --git a/eap/eap71-sso-s2i.json b/eap/eap71-sso-s2i.json index 0d52f38e..34940883 100644 --- a/eap/eap71-sso-s2i.json +++ b/eap/eap71-sso-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 + Single Sign-On (with https)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 Single Sign-On application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-sso-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 based application with SSL and SSO support has been created in your project. Please be sure to create the following secrets: \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -494,7 +494,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" }, "env": [ { diff --git a/eap/eap71-third-party-db-s2i.json b/eap/eap71-third-party-db-s2i.json index 7f9ccf3e..1e537fb4 100644 --- a/eap/eap71-third-party-db-s2i.json +++ b/eap/eap71-third-party-db-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss,hidden", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 (with https, DB drivers)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 DB application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-third-party-db-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 based application with SSL support has been created in your project. Please be sure to create the following secrets:\"${CONFIGURATION_NAME}\" containing the datasource configuration details required by the deployed application(s); \"${HTTPS_SECRET}\" containing the ${HTTPS_KEYSTORE} file used for serving secure content; \"${JGROUPS_ENCRYPT_SECRET}\" containing the ${JGROUPS_ENCRYPT_KEYSTORE} file used for securing JGroups communications.", "parameters": [ @@ -427,7 +427,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" } } }, diff --git a/eap/eap71-tx-recovery-s2i.json b/eap/eap71-tx-recovery-s2i.json index 072ad7cb..d133850a 100644 --- a/eap/eap71-tx-recovery-s2i.json +++ b/eap/eap71-tx-recovery-s2i.json @@ -5,7 +5,7 @@ "annotations": { "iconClass": "icon-eap", "tags": "eap,javaee,java,jboss", - "version": "1.4.17", + "version": "1.4.18", "openshift.io/display-name": "JBoss EAP 7.1 (tx recovery)", "openshift.io/provider-display-name": "Red Hat, Inc.", "description": "An example EAP 7 application. For more information about using this template, see https://github.com/jboss-openshift/application-templates.", @@ -17,7 +17,7 @@ }, "labels": { "template": "eap71-tx-recovery-s2i", - "xpaas": "1.4.17" + "xpaas": "1.4.18" }, "message": "A new EAP 7 based application has been created in your project.", "parameters": [ @@ -308,7 +308,7 @@ "from": { "kind": "ImageStreamTag", "namespace": "${IMAGE_STREAM_NAMESPACE}", - "name": "jboss-eap71-openshift:1.3" + "name": "jboss-eap71-openshift:1.4" } } },