From 4eff5d8d6293b84de7221c2b8551e122390fcf0b Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Fri, 10 Nov 2023 12:08:59 +0000 Subject: [PATCH] Update usage label, add opencontainers equivalent Signed-off-by: Jonathan Dowland --- ubi8-openjdk-21-runtime.yaml | 4 +++- ubi8-openjdk-21.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ubi8-openjdk-21-runtime.yaml b/ubi8-openjdk-21-runtime.yaml index 4d7f2728..f3547c27 100644 --- a/ubi8-openjdk-21-runtime.yaml +++ b/ubi8-openjdk-21-runtime.yaml @@ -19,9 +19,11 @@ labels: - name: "com.redhat.component" value: "openjdk-21-runtime-ubi8-container" - name: "usage" - value: "https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_java_s2i_for_openshift/" + value: &docs "https://jboss-container-images.github.io/openjdk/" - name: "com.redhat.license_terms" value: "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" +- name: "org.opencontainers.image.documentation" + value: *docs envs: - name: "JBOSS_IMAGE_NAME" diff --git a/ubi8-openjdk-21.yaml b/ubi8-openjdk-21.yaml index cf3b4101..73d4b8a8 100644 --- a/ubi8-openjdk-21.yaml +++ b/ubi8-openjdk-21.yaml @@ -19,9 +19,11 @@ labels: - name: "com.redhat.component" value: "openjdk-21-ubi8-container" - name: "usage" - value: "https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_java_s2i_for_openshift/" + value: &docs "https://jboss-container-images.github.io/openjdk/" - name: "com.redhat.license_terms" value: "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" +- name: "org.opencontainers.image.documentation" + value: *docs envs: - name: PATH