Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 1.1.2 #363

Merged
merged 2 commits into from
Aug 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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