Skip to content

Commit

Permalink
Update usage label, add opencontainers equivalent
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Dowland <[email protected]>
  • Loading branch information
jmtd committed Nov 10, 2023
1 parent 9bd9936 commit 4eff5d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ubi8-openjdk-21-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 3 additions & 1 deletion ubi8-openjdk-21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eff5d8

Please sign in to comment.