Skip to content

Commit

Permalink
Images 21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Oct 14, 2020
1 parent 00d8470 commit 332be10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
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 332be10

Please sign in to comment.