Skip to content

Commit

Permalink
Use openjdk modules new location
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Nov 4, 2024
1 parent 1b09862 commit 6437e95
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The example link:https://github.com/wildfly/wildfly-s2i/blob/main/examples/docke

=== Image API

When running a WildFly server inside the WildFly S2i runtime, you can use these link:https://github.com/jboss-container-images/openjdk/blob/ubi9/modules/jvm/module.yaml[environment variables] to configure the Java VM.
When running a WildFly server inside the WildFly S2i runtime, you can use these link:https://github.com/rh-openjdk/redhat-openjdk-containers/blob/ubi9/modules/jvm/module.yaml[environment variables] to configure the Java VM.
The WildFly S2i runtime image is exposing a set of link:https://github.com/wildfly/wildfly-cekit-modules/blob/main/jboss/container/wildfly/run/api/module.yaml[environment variables] to fine tune the server execution.

== WildFly - UBI9 S2I builder image
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ <h2 id="_wildfly_ubi9_runtime_image">WildFly - UBI9 runtime image</h2>
<div class="sect2">
<h3 id="_image_api">Image API</h3>
<div class="paragraph">
<p>When running a WildFly server inside the WildFly S2i runtime, you can use these <a href="https://github.com/jboss-container-images/openjdk/blob/ubi9/modules/jvm/module.yaml">environment variables</a> to configure the Java VM.
<p>When running a WildFly server inside the WildFly S2i runtime, you can use these <a href="https://github.com/rh-openjdk/redhat-openjdk-containers/blob/ubi9/modules/jvm/module.yaml">environment variables</a> to configure the Java VM.
The WildFly S2i runtime image is exposing a set of <a href="https://github.com/wildfly/wildfly-cekit-modules/blob/main/jboss/container/wildfly/run/api/module.yaml">environment variables</a> to fine tune the server execution.</p>
</div>
</div>
Expand Down Expand Up @@ -636,7 +636,7 @@ <h2 id="_using_image_streams_with_helm_chart_for_wildfly">Using image streams wi
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-10-10 11:53:36 +0200
Last updated 2024-11-04 14:35:05 +0100
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ new snapshot images are deployed to the `quay.io/wildfly-snapshots` organization
### Release new images

* Tag [wildfly-cekit-modules](https://github.com/wildfly/wildfly-cekit-modules) if needed.
* Ask for a tag in [openjdk s2i image](https://github.com/jboss-container-images/openjdk) modules repo if needed.
* Ask for a tag in [openjdk s2i image](https://github.com/rh-openjdk/redhat-openjdk-containers) modules repo if needed.
* In the wildfly-s2i main branch, update the wildfly-builder-image/jdkX-overrides.yaml files and wildfly-runtime-image/jdkX-overrides.yaml files
versions from `1.x.x-jdkX-snapshot` to `1.x.x-jdkX` and use the new `wildfly-cekit-modules` and `openjdk` tags as `ref`.
* Open PR, tests are green, merge PR in main.
Expand Down
2 changes: 1 addition & 1 deletion wildfly-builder-image/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ modules:
repositories:
- name: openjdk
git:
url: https://github.com/jboss-container-images/openjdk
url: https://github.com/rh-openjdk/redhat-openjdk-containers
ref: ubi9
- name: wildfly-cekit-modules
git:
Expand Down
2 changes: 1 addition & 1 deletion wildfly-runtime-image/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ modules:
repositories:
- name: openjdk
git:
url: https://github.com/jboss-container-images/openjdk
url: https://github.com/rh-openjdk/redhat-openjdk-containers
ref: ubi9
- name: wildfly-cekit-modules
git:
Expand Down

0 comments on commit 6437e95

Please sign in to comment.