Skip to content

Commit

Permalink
Update imagestreams for CD 21 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
luck3y committed Nov 12, 2020
1 parent b375888 commit 72220fe
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ toc::[levels=1]
* link:./templates/eap-cd-starter-s2i.adoc[eap-cd-starter-s2i]
* link:./templates/eap-cd-third-party-db-s2i.adoc[eap-cd-third-party-db-s2i]
* link:./templates/eap-cd-tx-recovery-s2i.adoc[eap-cd-tx-recovery-s2i]
* link:./templates/sso-eap.adoc[sso-eap]
* link:./templates/t2.adoc[t2]
////
the source for the release notes part of this page is in the file
Expand Down
89 changes: 85 additions & 4 deletions templates/eap-cd-image-stream.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"annotations": {
"openshift.io/display-name": "JBoss EAP continuous delivery",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"version": "20.0"
"version": "21.0"
}
},
"labels": {
"xpaas": "20.0"
"xpaas": "21.0"
},
"spec": {
"tags": [
Expand All @@ -46,6 +46,28 @@
"name": "registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-openshift-rhel8:latest"
}
},
{
"name": "21",
"annotations": {
"description": "JBoss EAP continuous delivery Tech Preview version 21.",
"iconClass": "icon-eap",
"tags": "builder,eap,javaee,java,jboss,hidden",
"supports": "eap:7.4,javaee:8,java:11",
"sampleRepo": "https://github.com/jboss-developer/jboss-eap-quickstarts.git",
"sampleContextDir": "kitchensink",
"sampleRef": "openshift",
"version": "21",
"openshift.io/display-name": "JBoss EAP continuous delivery 21 (Tech Preview)"
},
"referencePolicy": {
"type": "Local"
},
"from": {
"kind": "ImageStreamTag",
"name": "21.0"

}
},
{
"name": "20",
"annotations": {
Expand Down Expand Up @@ -432,6 +454,27 @@
"kind": "DockerImage",
"name": "registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-openshift-rhel8:20.0"
}
},
{
"name": "21.0",
"annotations": {
"description": "JBoss EAP continuous delivery 21 Tech Preview S2I Image",
"iconClass": "icon-eap",
"tags": "builder,eap,javaee,java,jboss,hidden",
"supports": "eap:7.4,javaee:8,java:11",
"sampleRepo": "https://github.com/jbossas/eap-quickstarts/openshift",
"sampleContextDir": "kitchensink",
"sampleRef": "openshift",
"version": "21.0",
"openshift.io/display-name": "JBoss EAP continuous delivery 21 (Tech Preview)"
},
"referencePolicy": {
"type": "Local"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-openshift-rhel8:21.0"
}
}
]
}
Expand All @@ -444,11 +487,11 @@
"annotations": {
"openshift.io/display-name": "JBoss EAP continuous delivery runtime image",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"version": "20.0"
"version": "21.0"
}
},
"labels": {
"xpaas": "20.0"
"xpaas": "21.0"
},
"spec": {
"tags": [
Expand All @@ -470,6 +513,25 @@
"name": "registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-runtime-openshift-rhel8:latest"
}
},
{
"name": "21",
"annotations": {
"description": "JBoss EAP continuous delivery runtime image version 21 [Tech Preview]",
"iconClass": "icon-eap",
"tags": "eap,javaee,java,jboss,hidden",
"supports": "eap:7.4,javaee:8,java:11",
"version": "21",
"openshift.io/display-name": "JBoss EAP continuous delivery 21 (Tech Preview)"
},
"referencePolicy": {
"type": "Local"
},
"from": {
"kind": "ImageStreamTag",
"name": "21.0"

}
},
{
"name": "20",
"annotations": {
Expand Down Expand Up @@ -583,6 +645,25 @@
"kind": "DockerImage",
"name": "registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-runtime-openshift-rhel8:20.0"
}
},
{
"name": "21.0",
"annotations": {
"description": "JBoss EAP continuous delivery 21 runtime image [Tech Preview]",
"iconClass": "icon-eap",
"tags": "eap,javaee,java,jboss,hidden",
"supports": "eap:7.4,javaee:8,java:11",

"version": "21.0",
"openshift.io/display-name": "JBoss EAP continuous delivery 21 (Tech Preview)"
},
"referencePolicy": {
"type": "Local"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-runtime-openshift-rhel8:21.0"
}
}
]
}
Expand Down

0 comments on commit 72220fe

Please sign in to comment.