Skip to content

Commit

Permalink
Merge pull request #436 from jmesnil/release-1.1.2
Browse files Browse the repository at this point in the history
Release 1.1.2 of new images
  • Loading branch information
jmesnil authored Jul 25, 2023
2 parents ae022e7 + b885db2 commit 2e68d6d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions wildfly-builder-image/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ envs:
- name: PROVISIONING_MAVEN_PLUGIN_ARTIFACT_ID
value: wildfly-maven-plugin
- name: PROVISIONING_MAVEN_PLUGIN_VERSION
value: 4.2.0.Alpha1
value: 4.2.0.Final
ports:
- value: 8080
modules:
repositories:
- name: openjdk
git:
url: https://github.com/jboss-container-images/openjdk
ref: ubi8
ref: wildfly-container-29.0
- name: wildfly-cekit-modules
git:
url: https://github.com/wildfly/wildfly-cekit-modules
ref: main
ref: 0.29.1
- name: wildfly-modules
path: ../wildfly-modules
install:
Expand All @@ -70,7 +70,7 @@ packages:
- jq
- vim-minimal
- unzip
# temporary until the dependency is fixed in openjdk modules
# temporarily until the dependency is fixed in openjdk modules
- tzdata-java
run:
user: 185
Expand Down
2 changes: 1 addition & 1 deletion wildfly-builder-image/jdk11-overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

description: "The WildFly s2i builder image, JDK 11"
version: &imgVersion "1.1.2-jdk11-snapshot"
version: &imgVersion "1.1.2-jdk11"
labels:
- name: io.k8s.display-name
value: "WildFly s2i builder image, JDK 11"
Expand Down
2 changes: 1 addition & 1 deletion wildfly-builder-image/jdk17-overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

description: "The WildFly s2i builder image, JDK 17"
version: &imgVersion "1.1.2-jdk17-snapshot"
version: &imgVersion "1.1.2-jdk17"
labels:
- name: io.k8s.display-name
value: "WildFly s2i builder image, JDK 17"
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 @@ -31,11 +31,11 @@ modules:
- name: openjdk
git:
url: https://github.com/jboss-container-images/openjdk
ref: ubi8
ref: wildfly-container-29.0
- name: wildfly-cekit-modules
git:
url: https://github.com/wildfly/wildfly-cekit-modules
ref: main
ref: 0.29.1
- name: wildfly-modules
path: ../wildfly-modules
install:
Expand Down
2 changes: 1 addition & 1 deletion wildfly-runtime-image/jdk11-overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

description: "The WildFly runtime image, JDK 11"
version: &imgVersion "1.1.2-jdk11-snapshot"
version: &imgVersion "1.1.2-jdk11"
labels:
- name: "org.jboss.product.version"
value: *imgVersion
Expand Down
2 changes: 1 addition & 1 deletion wildfly-runtime-image/jdk17-overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

description: "The WildFly runtime image, JDK 17"
version: &imgVersion "1.1.2-jdk17-snapshot"
version: &imgVersion "1.1.2-jdk17"
labels:
- name: "org.jboss.product.version"
value: *imgVersion
Expand Down

0 comments on commit 2e68d6d

Please sign in to comment.