Skip to content

Commit

Permalink
Merge pull request #55 from jfdenise/18.0
Browse files Browse the repository at this point in the history
WF s2i 18
  • Loading branch information
jfdenise authored Oct 4, 2019
2 parents e78b6c4 + cd09bd1 commit 0788b4e
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 11 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=18.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 @@ -247,6 +247,26 @@
"type": "Local"
},
"name": "17.0"
},
{
"annotations": {
"description": "Build and run WildFly 18 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 18",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
"supports": "wildfly:18,jee,java",
"tags": "builder,wildfly,java",
"version": "18.0"
},
"from": {
"kind": "DockerImage",
"name": "quay.io/wildfly/wildfly-centos7:18.0"
},
"referencePolicy": {
"type": "Local"
},
"name": "18.0"
}
]
}
Expand Down
21 changes: 20 additions & 1 deletion imagestreams/wildfly-runtime-centos7.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tags": [
{
"annotations": {
"description": "WildFly 17 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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of WildFly available on OpenShift, including major versions updates.",
"description": "WildFly 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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of WildFly available on OpenShift, including major versions updates.",
"iconClass": "icon-wildfly",
"openshift.io/display-name": "WildFly Runtime Dependencies (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
Expand Down Expand Up @@ -45,6 +45,25 @@
"type": "Local"
},
"name": "17.0"
},
{
"annotations": {
"description": "WildFly 18 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 18",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"supports": "wildfly:18,jee,java",
"tags": "wildfly,java",
"version": "18.0"
},
"from": {
"kind": "DockerImage",
"name": "quay.io/wildfly/wildfly-runtime-centos7:18.0"
},
"referencePolicy": {
"type": "Local"
},
"name": "18.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/jfdenise/wildfly-centos7:latest"
- name: "17.0"
- name: "18.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: '17.0'
version: '18.0'
from:
kind: DockerImage
name: "quay.io/jfdenise/wildfly-centos7:17.0"
name: "quay.io/jfdenise/wildfly-centos7:18.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/jfdenise/wildfly-runtime-centos7:latest"
- name: "17.0"
- name: "18.0"
annotations:
description: wildfly-runtime image stream
iconClass: icon-wildfly
tags: java,widlfly
version: '17.0'
version: '18.0'
from:
kind: DockerImage
name: "quay.io/jfdenise/wildfly-runtime-centos7:17.0"
name: "quay.io/jfdenise/wildfly-runtime-centos7:18.0"
4 changes: 2 additions & 2 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 "18.0"
from: "centos/s2i-base-centos7"
labels:
- name: io.k8s.description
Expand Down Expand Up @@ -34,7 +34,7 @@ modules:
- name: wildfly-cekit-modules
git:
url: https://github.com/wildfly/wildfly-cekit-modules
ref: master
ref: wf-18.0
- name: wildfly-s2i-modules
path: ../wildfly-modules
install:
Expand Down
2 changes: 1 addition & 1 deletion wildfly-runtime-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-runtime-centos7"
description: "The WildFly runtime image"
version: &imgVersion "dev"
version: &imgVersion "18.0"
from: "centos:7"
labels:
- name: io.openshift.expose-services
Expand Down

0 comments on commit 0788b4e

Please sign in to comment.