Skip to content

Commit

Permalink
Merge pull request #113 from jfdenise/my-wf-20.0
Browse files Browse the repository at this point in the history
WildFly 20.0 imagestreams and image.yaml
  • Loading branch information
jfdenise authored Jun 11, 2020
2 parents c12f5ed + 2a29300 commit 47c6590
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 10 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=20.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 @@ -287,6 +287,26 @@
"type": "Local"
},
"name": "19.0"
},
{
"annotations": {
"description": "Build and run WildFly 20 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 20",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
"supports": "wildfly:20,jee,java",
"tags": "builder,wildfly,java",
"version": "20.0"
},
"from": {
"kind": "DockerImage",
"name": "quay.io/wildfly/wildfly-centos7:20.0"
},
"referencePolicy": {
"type": "Local"
},
"name": "20.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 @@ -83,6 +83,25 @@
"type": "Local"
},
"name": "19.0"
},
{
"annotations": {
"description": "WildFly 20 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 20",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"supports": "wildfly:20,jee,java",
"tags": "wildfly,java",
"version": "20.0"
},
"from": {
"kind": "DockerImage",
"name": "quay.io/wildfly/wildfly-runtime-centos7:20.0"
},
"referencePolicy": {
"type": "Local"
},
"name": "20.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: "19.0"
- name: "20.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: '19.0'
version: '20.0'
from:
kind: DockerImage
name: "quay.io/wildfly/wildfly-centos7:19.0"
name: "quay.io/wildfly/wildfly-centos7:20.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: "19.0"
- name: "20.0"
annotations:
description: wildfly-runtime image stream
iconClass: icon-wildfly
tags: java,widlfly
version: '19.0'
version: '20.0'
from:
kind: DockerImage
name: "quay.io/wildfly/wildfly-runtime-centos7:19.0"
name: "quay.io/wildfly/wildfly-runtime-centos7:20.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 "20.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: 0.20.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 "20.0"
from: "centos:7"
labels:
- name: io.openshift.expose-services
Expand Down

0 comments on commit 47c6590

Please sign in to comment.