Skip to content

Commit

Permalink
Merge pull request #123 from jfdenise/my-wf-21.0
Browse files Browse the repository at this point in the history
[wf-21.0] ]WF 21.0 image streams and image.yml changes
  • Loading branch information
jfdenise authored Oct 15, 2020
2 parents 19d2a1e + 332be10 commit 17bc2c5
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE_VERSION=dev
IMAGE_VERSION=21.0
NAMESPACE=wildfly
PLATFORM=centos7
IMAGE_NAME=${NAMESPACE}/wildfly-${PLATFORM}
Expand Down
20 changes: 20 additions & 0 deletions imagestreams/wildfly-centos7.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,26 @@
"type": "Local"
},
"name": "20.0"
},
{
"annotations": {
"description": "Build and run WildFly 21 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/wildfly/wildfly-s2i/blob/current/README.md.",
"iconClass": "icon-wildfly",
"openshift.io/display-name": "WildFly 21",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
"supports": "wildfly:21,jee,java",
"tags": "builder,wildfly,java",
"version": "21.0"
},
"from": {
"kind": "DockerImage",
"name": "quay.io/wildfly/wildfly-centos7:21.0"
},
"referencePolicy": {
"type": "Local"
},
"name": "21.0"
}
]
}
Expand Down
19 changes: 19 additions & 0 deletions imagestreams/wildfly-runtime-centos7.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,25 @@
"type": "Local"
},
"name": "20.0"
},
{
"annotations": {
"description": "WildFly 21 runtime dependencies image based on CentOS 7. For more information about using this image, including OpenShift considerations, see https://github.com/wildfly/wildfly-s2i/blob/current/README.md.",
"iconClass": "icon-wildfly",
"openshift.io/display-name": "WildFly Runtime Dependencies 21",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"supports": "wildfly:21,jee,java",
"tags": "wildfly,java",
"version": "21.0"
},
"from": {
"kind": "DockerImage",
"name": "quay.io/wildfly/wildfly-runtime-centos7:21.0"
},
"referencePolicy": {
"type": "Local"
},
"name": "21.0"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions templates/wildfly-builder-imagestream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ spec:
from:
kind: DockerImage
name: "quay.io/wildfly/wildfly-centos7:latest"
- name: "20.0"
- name: "21.0"
annotations:
description: wildfly-builder image stream
iconClass: icon-wildfly
tags: builder,java,widlfly,galleon
sampleRepo: https://github.com/openshift/openshift-jee-sample.git
version: '20.0'
version: '21.0'
from:
kind: DockerImage
name: "quay.io/wildfly/wildfly-centos7:20.0"
name: "quay.io/wildfly/wildfly-centos7:21.0"
6 changes: 3 additions & 3 deletions templates/wildfly-runtime-imagestream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ spec:
from:
kind: DockerImage
name: "quay.io/wildfly/wildfly-runtime-centos7:latest"
- name: "20.0"
- name: "21.0"
annotations:
description: wildfly-runtime image stream
iconClass: icon-wildfly
tags: java,widlfly
version: '20.0'
version: '21.0'
from:
kind: DockerImage
name: "quay.io/wildfly/wildfly-runtime-centos7:20.0"
name: "quay.io/wildfly/wildfly-runtime-centos7:21.0"
6 changes: 3 additions & 3 deletions wildfly-builder-image/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ schema_version: 1

name: &imgName "wildfly/wildfly-centos7"
description: "The WildFly s2i image"
version: &imgVersion "dev"
version: &imgVersion "21.0"
from: "centos/s2i-base-centos7"
labels:
- name: io.k8s.description
Expand All @@ -12,7 +12,7 @@ labels:
- name: io.openshift.expose-services
value: "8080:http,8778:jolokia"
- name: io.openshift.tags
value: "builder,wildfly,wildfly20"
value: "builder,wildfly,wildfly21"
- name: maintainer
value: "Jean-François Denise <[email protected]>"
envs:
Expand All @@ -34,7 +34,7 @@ modules:
- name: wildfly-cekit-modules
git:
url: https://github.com/wildfly/wildfly-cekit-modules
ref: master
ref: 0.21.0
- name: wildfly-s2i-modules
path: ../wildfly-modules
install:
Expand Down
4 changes: 2 additions & 2 deletions wildfly-runtime-image/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ schema_version: 1

name: &imgName "wildfly/wildfly-runtime-centos7"
description: "The WildFly runtime image"
version: &imgVersion "dev"
version: &imgVersion "21.0"
from: "centos:7"
labels:
- name: io.openshift.expose-services
value: "8080:http,8778:jolokia"
- name: io.openshift.tags
value: "wildfly,wildfly20"
value: "wildfly,wildfly21"
- name: maintainer
value: "Jean-François Denise <[email protected]>"
envs:
Expand Down

0 comments on commit 17bc2c5

Please sign in to comment.