Skip to content
Snippets Groups Projects
Commit 07511482 authored by JF Denise's avatar JF Denise
Browse files

Image 26.0-beta1

parent c7e694fd
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ jobs:
popd
- name: Additional Tests
run: |
export IMAGE_VERSION=dev
export IMAGE_VERSION=26.0-beta1
export NAMESPACE=wildfly
export PLATFORM=centos7
export IMAGE_NAME=${NAMESPACE}/wildfly-${PLATFORM}
......
IMAGE_VERSION=dev
IMAGE_VERSION=26.0-beta1
NAMESPACE=wildfly
PLATFORM=centos7
IMAGE_NAME=${NAMESPACE}/wildfly-${PLATFORM}
......
......@@ -2,7 +2,7 @@ schema_version: 1
name: &imgName "wildfly/wildfly-centos7"
description: "The WildFly s2i image"
version: &imgVersion "dev"
version: &imgVersion "26.0-beta1"
from: "centos/s2i-base-centos7"
labels:
- name: io.k8s.description
......@@ -34,7 +34,7 @@ modules:
- name: wildfly-cekit-modules
git:
url: https://github.com/wildfly/wildfly-cekit-modules
ref: master
ref: 0.26.0
- name: wildfly-s2i-modules
path: ../wildfly-modules
install:
......
......@@ -2,7 +2,7 @@ schema_version: 1
name: &imgName "wildfly/wildfly-runtime-centos7"
description: "The WildFly runtime image"
version: &imgVersion "dev"
version: &imgVersion "26.0-beta1"
from: "centos:7"
labels:
- name: io.openshift.expose-services
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment