Skip to content

Commit ffb7761

Browse files
committed
[OPENJDK-2145] usage label consistent across images
Use the upstream documentation URI for all images. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 62982a7 commit ffb7761

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ubi8-openjdk-11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ labels:
1919
- name: "com.redhat.component"
2020
value: "openjdk-11-ubi8-container"
2121
- name: "usage"
22-
value: &docs "https://access.redhat.com/documentation/en-us/openjdk/11/html/using_source-to-image_for_openshift_with_red_hat_build_of_openjdk_11/index"
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"
2525
- name: "org.opencontainers.image.documentation"

ubi8-openjdk-8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ labels:
1919
- name: "com.redhat.component"
2020
value: "openjdk-8-ubi8-container"
2121
- name: "usage"
22-
value: &docs "https://access.redhat.com/documentation/en-us/openjdk/8/html/using_openjdk_8_source-to-image_for_openshift/index"
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"
2525
- name: "org.opencontainers.image.documentation"

0 commit comments

Comments
 (0)