Skip to content
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
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ link:https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI[UBI
link:https://access.redhat.com/documentation/en-us/openjdk/17[Red Hat provide
Product documentation for customers]. Tables of environment variables used for
image configuration are published to
<https://jboss-container-images.github.io/openjdk/>. These tables are automatically
<https://rh-openjdk.github.io/redhat-openjdk-containers/>. These tables are automatically
updated for every tagged release, and every commit to the development branches.

Older RHEL7 and RHEL8-based image sources are in the `rhel7` and `ubi8` branches respectively.
Expand Down
2 changes: 1 addition & 1 deletion ubi9-openjdk-11-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ labels:
- name: "com.redhat.component"
value: "openjdk-11-runtime-ubi9-container"
- name: "usage"
value: &docs "https://jboss-container-images.github.io/openjdk/"
value: &docs "https://rh-openjdk.github.io/redhat-openjdk-containers/"
- name: "com.redhat.license_terms"
value: "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
- name: "org.opencontainers.image.documentation"
Expand Down
2 changes: 1 addition & 1 deletion ubi9-openjdk-11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ labels:
- name: "com.redhat.component"
value: "openjdk-11-ubi9-container"
- name: "usage"
value: &docs "https://jboss-container-images.github.io/openjdk/"
value: &docs "https://rh-openjdk.github.io/redhat-openjdk-containers/"
- name: "com.redhat.license_terms"
value: "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
- name: "org.opencontainers.image.documentation"
Expand Down
2 changes: 1 addition & 1 deletion ubi9-openjdk-17-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ labels:
- name: "com.redhat.component"
value: "openjdk-17-runtime-ubi9-container"
- name: "usage"
value: &docs "https://jboss-container-images.github.io/openjdk/"
value: &docs "https://rh-openjdk.github.io/redhat-openjdk-containers/"
- name: "com.redhat.license_terms"
value: "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
- name: "org.opencontainers.image.documentation"
Expand Down
2 changes: 1 addition & 1 deletion ubi9-openjdk-17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ labels:
- name: "com.redhat.component"
value: "openjdk-17-ubi9-container"
- name: "usage"
value: &docs "https://jboss-container-images.github.io/openjdk/"
value: &docs "https://rh-openjdk.github.io/redhat-openjdk-containers/"
- name: "com.redhat.license_terms"
value: "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
- name: "org.opencontainers.image.documentation"
Expand Down
2 changes: 1 addition & 1 deletion ubi9-openjdk-21-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ labels:
- name: "com.redhat.component"
value: "openjdk-21-runtime-ubi9-container"
- name: "usage"
value: &docs "https://jboss-container-images.github.io/openjdk/"
value: &docs "https://rh-openjdk.github.io/redhat-openjdk-containers/"
- name: "com.redhat.license_terms"
value: "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
- name: "org.opencontainers.image.documentation"
Expand Down
2 changes: 1 addition & 1 deletion ubi9-openjdk-21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ labels:
- name: "com.redhat.component"
value: "openjdk-21-ubi9-container"
- name: "usage"
value: &docs "https://jboss-container-images.github.io/openjdk/"
value: &docs "https://rh-openjdk.github.io/redhat-openjdk-containers/"
- name: "com.redhat.license_terms"
value: "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
- name: "org.opencontainers.image.documentation"
Expand Down
Loading