Skip to content

Commit deac659

Browse files
authored
Add Liberty version labels (#612)
* Add Liberty version labels * Labels in quotes
1 parent 127d470 commit deac659

8 files changed

Lines changed: 19 additions & 3 deletions

ga/latest/kernel/Dockerfile.ubi.ibmjava8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
5959
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
6060
org.opencontainers.image.description="This image contains the WebSphere Liberty runtime with IBM's Java and Red Hat's UBI 8 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
6161
org.opencontainers.image.title="IBM WebSphere Liberty" \
62+
liberty.version="$LIBERTY_VERSION" \
63+
com.ibm.websphere.liberty.version="$LIBERTY_VERSION" \
6264
vendor="IBM" \
6365
name="IBM WebSphere Liberty" \
6466
version="$LIBERTY_VERSION" \

ga/latest/kernel/Dockerfile.ubi.openjdk11

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
6060
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
6161
org.opencontainers.image.description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 8 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
6262
org.opencontainers.image.title="IBM WebSphere Liberty" \
63+
liberty.version="$LIBERTY_VERSION" \
64+
com.ibm.websphere.liberty.version="$LIBERTY_VERSION" \
6365
vendor="IBM" \
6466
name="IBM WebSphere Liberty" \
6567
version="$LIBERTY_VERSION" \

ga/latest/kernel/Dockerfile.ubi.openjdk17

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
5959
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
6060
org.opencontainers.image.description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 8 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
6161
org.opencontainers.image.title="IBM WebSphere Liberty" \
62+
liberty.version="$LIBERTY_VERSION" \
63+
com.ibm.websphere.liberty.version="$LIBERTY_VERSION" \
6264
vendor="IBM" \
6365
name="IBM WebSphere Liberty" \
6466
version="$LIBERTY_VERSION" \

ga/latest/kernel/Dockerfile.ubi.openjdk21

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
5858
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
5959
org.opencontainers.image.description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9 minimal as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
6060
org.opencontainers.image.title="IBM WebSphere Liberty" \
61+
liberty.version="$LIBERTY_VERSION" \
62+
com.ibm.websphere.liberty.version="$LIBERTY_VERSION" \
6163
vendor="IBM" \
6264
name="IBM WebSphere Liberty" \
6365
version="$LIBERTY_VERSION" \

ga/latest/kernel/Dockerfile.ubi.openjdk8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
5959
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
6060
org.opencontainers.image.description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 8 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
6161
org.opencontainers.image.title="IBM WebSphere Liberty" \
62+
liberty.version="$LIBERTY_VERSION" \
63+
com.ibm.websphere.liberty.version="$LIBERTY_VERSION" \
6264
vendor="IBM" \
6365
name="IBM WebSphere Liberty" \
6466
version="$LIBERTY_VERSION" \

ga/latest/kernel/Dockerfile.ubuntu.ibmjava8

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
3030
org.opencontainers.image.version="$LIBERTY_VERSION" \
3131
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
3232
org.opencontainers.image.description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Ubuntu as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
33-
org.opencontainers.image.title="IBM WebSphere Liberty"
33+
org.opencontainers.image.title="IBM WebSphere Liberty" \
34+
liberty.version="$LIBERTY_VERSION" \
35+
com.ibm.websphere.liberty.version="$LIBERTY_VERSION"
3436

3537
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
3638

ga/latest/kernel/Dockerfile.ubuntu.openjdk11

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
3030
org.opencontainers.image.version="$LIBERTY_VERSION" \
3131
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
3232
org.opencontainers.image.description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Ubuntu as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
33-
org.opencontainers.image.title="IBM WebSphere Liberty"
33+
org.opencontainers.image.title="IBM WebSphere Liberty" \
34+
liberty.version="$LIBERTY_VERSION" \
35+
com.ibm.websphere.liberty.version="$LIBERTY_VERSION"
3436

3537
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
3638

ga/latest/kernel/Dockerfile.ubuntu.openjdk17

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
3030
org.opencontainers.image.version="$LIBERTY_VERSION" \
3131
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
3232
org.opencontainers.image.description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Ubuntu as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
33-
org.opencontainers.image.title="IBM WebSphere Liberty"
33+
org.opencontainers.image.title="IBM WebSphere Liberty" \
34+
liberty.version="$LIBERTY_VERSION" \
35+
com.ibm.websphere.liberty.version="$LIBERTY_VERSION"
3436

3537
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
3638

0 commit comments

Comments
 (0)