Skip to content

Commit 4eff5d8

Browse files
committed
Update usage label, add opencontainers equivalent
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 9bd9936 commit 4eff5d8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ubi8-openjdk-21-runtime.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ labels:
1919
- name: "com.redhat.component"
2020
value: "openjdk-21-runtime-ubi8-container"
2121
- name: "usage"
22-
value: "https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_java_s2i_for_openshift/"
22+
value: &docs "https://jboss-container-images.github.io/openjdk/"
2323
- name: "com.redhat.license_terms"
2424
value: "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
25+
- name: "org.opencontainers.image.documentation"
26+
value: *docs
2527

2628
envs:
2729
- name: "JBOSS_IMAGE_NAME"

ubi8-openjdk-21.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ labels:
1919
- name: "com.redhat.component"
2020
value: "openjdk-21-ubi8-container"
2121
- name: "usage"
22-
value: "https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_java_s2i_for_openshift/"
22+
value: &docs "https://jboss-container-images.github.io/openjdk/"
2323
- name: "com.redhat.license_terms"
2424
value: "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
25+
- name: "org.opencontainers.image.documentation"
26+
value: *docs
2527

2628
envs:
2729
- name: PATH

0 commit comments

Comments
 (0)