Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create eap-xp4-openjdk17-image-stream.json #63

Open
wants to merge 1 commit into
base: eap-xp4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 123 additions & 0 deletions eap-xp4-openjdk17-image-stream.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
{
"kind": "List",
"apiVersion": "v1",
"metadata": {
"name": "jboss-eap-xp4-openjdk17-openshift",
"annotations": {
"description": "ImageStream definitions for JBoss Enterprise Application Platform expansion pack with OpenJDK 17",
"openshift.io/provider-display-name": "Red Hat."
}
},
"items": [
{
"kind": "ImageStream",
"apiVersion": "image.openshift.io/v1",
"metadata": {
"name": "jboss-eap-xp4-openjdk17-openshift",
"annotations": {
"openshift.io/display-name": "JBoss EAP XP 4.0 with OpenJDK 17",
"openshift.io/provider-display-name": "Red Hat",
"version": "4.0"
}
},
"labels": {
"xpaas": "4.0"
},
"spec": {
"tags": [
{
"name": "latest",
"annotations": {
"description": "JBoss EAP expansion pack 4.0 image for OpenShift to build and run Microservices applications on RHEL8 with OpenJDK17",
"iconClass": "icon-eap",
"tags": "builder,eap-xp,javaee,java,jboss",
"supports": "eap-xp:4,javaee:8,java:17",
"version": "latest",
"openshift.io/display-name": "JBoss EAP XP 4.0 with OpenJDK 17"
},
"referencePolicy": {
"type": "Local"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/jboss-eap-7/eap-xp4-openjdk17-openshift-rhel8:latest"
}
},
{
"name": "4.0",
"annotations": {
"description": "JBoss EAP expansion pack 4.0 image for OpenShift to build and run Microservices applications on RHEL8 with OpenJDK17",
"iconClass": "icon-eap",
"tags": "builder,eap-xp,javaee,java,jboss",
"supports": "eap-xp:4,javaee:8,java:17",
"version": "4.0",
"openshift.io/display-name": "JBoss EAP XP 4.0 with OpenJDK 17"
},
"referencePolicy": {
"type": "Local"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/jboss-eap-7/eap-xp4-openjdk17-openshift-rhel8:4.0"
}
}
]
}
},
{
"kind": "ImageStream",
"apiVersion": "image.openshift.io/v1",
"metadata": {
"name": "jboss-eap-xp4-openjdk17-runtime-openshift",
"annotations": {
"openshift.io/display-name": "JBoss EAP XP 4.0 with OpenJDK17 (Runtime Image)",
"openshift.io/provider-display-name": "Red Hat",
"version": "4.0"
}
},
"labels": {
"xpaas": "4.0"
},
"spec": {
"tags": [
{
"name": "latest",
"annotations": {
"description": "Runtime image for JBoss EAP expansion pack 4.0 to run Microservices applications on RHEL8 with OpenJDK17.",
"iconClass": "icon-eap",
"tags": "runtime,eap-xp,javaee,java,jboss,hidden",
"supports": "eap-xp:4,javaee:8,java:17",
"version": "latest",
"openshift.io/display-name": "JBoss EAP XP 4.0 with OpenJDK17 (Runtime Image)"
},
"referencePolicy": {
"type": "Local"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/jboss-eap-7/eap-xp4-openjdk17-runtime-openshift-rhel8:latest"
}
},
{
"name": "4.0",
"annotations": {
"description": "Runtime image for JBoss EAP expansion pack 4.0 to run Microservices applications on RHEL8 with OpenJDK17.",
"iconClass": "icon-eap",
"tags": "runtime,eap-xp,javaee,java,jboss,hidden",
"supports": "eap-xp:4,javaee:8,java:17",
"version": "4.0",
"openshift.io/display-name": "JBoss EAP XP 4.0 with OpenJDK17 (Runtime Image)"
},
"referencePolicy": {
"type": "Local"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/jboss-eap-7/eap-xp4-openjdk17-runtime-openshift-rhel8:4.0"
}
}
]
}
}
]
}