Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Aug 4, 2022
1 parent 0948f29 commit 5c31f90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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-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 @@ -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 5c31f90

Please sign in to comment.