Skip to content

Commit

Permalink
Merge pull request #363 from jfdenise/main
Browse files Browse the repository at this point in the history
release 1.1.2
  • Loading branch information
jfdenise authored Aug 4, 2022
2 parents 0948f29 + da17c5e commit 5538bdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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-s2i-jdk11"
description: "The WildFly s2i image"
version: &imgVersion "1.1.2-snapshot"
version: &imgVersion "1.1.2"
from: "registry.access.redhat.com/ubi8/ubi-minimal"
labels:
- name: name
Expand Down Expand Up @@ -40,7 +40,7 @@ envs:
- name: PROVISIONING_MAVEN_PLUGIN_ARTIFACT_ID
value: wildfly-maven-plugin
- name: PROVISIONING_MAVEN_PLUGIN_VERSION
value: 4.0.0.Alpha2
value: 4.0.0.Beta3
ports:
- value: 8080
modules:
Expand All @@ -52,7 +52,7 @@ modules:
- name: wildfly-cekit-modules
git:
url: https://github.com/wildfly/wildfly-cekit-modules
ref: main
ref: 0.27.7
- name: wildfly-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,7 +2,7 @@ schema_version: 1

name: &imgName "wildfly/wildfly-runtime-jdk11"
description: "The WildFly runtime image"
version: &imgVersion "1.1.2-snapshot"
version: &imgVersion "1.1.2"
from: "registry.access.redhat.com/ubi8/ubi-minimal"
labels:
- name: name
Expand Down Expand Up @@ -38,7 +38,7 @@ modules:
- name: wildfly-cekit-modules
git:
url: https://github.com/wildfly/wildfly-cekit-modules
ref: main
ref: 0.27.7
- name: wildfly-modules
path: ../wildfly-modules
install:
Expand Down

0 comments on commit 5538bdb

Please sign in to comment.