Skip to content

Commit

Permalink
Images version is 20.0, set wildfly-cekit-modules tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Jun 10, 2020
1 parent 1677dd6 commit 2a29300
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
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 2a29300

Please sign in to comment.