Skip to content

Commit

Permalink
[OPENJDK-2595] fix docs labels for JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtd committed Jan 5, 2024
1 parent 98c1f22 commit a7f825d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ubi9-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-ubi9-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
- name: "name"
value: *name
- name: "version"
Expand Down
4 changes: 3 additions & 1 deletion ubi9-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-ubi9-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
- name: "name"
value: *name
- name: "version"
Expand Down

0 comments on commit a7f825d

Please sign in to comment.