Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Liberty version labels #541

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions releases/23.0.0.12/full/Dockerfile.ubi.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM's Java and UBI 8" \
description="This image contains the Open Liberty runtime with IBM's Java and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/full/Dockerfile.ubi.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/full/Dockerfile.ubi.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/full/Dockerfile.ubi.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/full/Dockerfile.ubuntu.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/full/Dockerfile.ubuntu.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/full/Dockerfile.ubuntu.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/kernel-slim/Dockerfile.ubi.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM's Java and UBI 8" \
description="This image contains the Open Liberty runtime with IBM's Java and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/kernel-slim/Dockerfile.ubi.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/kernel-slim/Dockerfile.ubi.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/kernel-slim/Dockerfile.ubi.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/kernel-slim/Dockerfile.ubuntu.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/kernel-slim/Dockerfile.ubuntu.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/23.0.0.12/kernel-slim/Dockerfile.ubuntu.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/full/Dockerfile.ubi.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM's Java and UBI 8" \
description="This image contains the Open Liberty runtime with IBM's Java and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/full/Dockerfile.ubi.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/full/Dockerfile.ubi.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/full/Dockerfile.ubi.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/full/Dockerfile.ubuntu.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/full/Dockerfile.ubuntu.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/full/Dockerfile.ubuntu.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/kernel-slim/Dockerfile.ubi.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM's Java and UBI 8" \
description="This image contains the Open Liberty runtime with IBM's Java and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/kernel-slim/Dockerfile.ubi.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/kernel-slim/Dockerfile.ubi.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/kernel-slim/Dockerfile.ubi.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/kernel-slim/Dockerfile.ubuntu.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/kernel-slim/Dockerfile.ubuntu.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.3/kernel-slim/Dockerfile.ubuntu.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.4/full/Dockerfile.ubi.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM's Java and UBI 8" \
description="This image contains the Open Liberty runtime with IBM's Java and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.4/full/Dockerfile.ubi.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.4/full/Dockerfile.ubi.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.4/full/Dockerfile.ubi.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.4/full/Dockerfile.ubuntu.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.4/full/Dockerfile.ubuntu.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.4/full/Dockerfile.ubuntu.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
org.opencontainers.image.title="Open Liberty" \
org.opencontainers.image.version="$LIBERTY_VERSION"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.4/kernel-slim/Dockerfile.ubi.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM's Java and UBI 8" \
description="This image contains the Open Liberty runtime with IBM's Java and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
3 changes: 3 additions & 0 deletions releases/24.0.0.4/kernel-slim/Dockerfile.ubi.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Melissa Lee, Thomas
summary="Image for Open Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and UBI 8" \
description="This image contains the Open Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat UBI 8 as the base OS. For more information on this image please see https://github.com/OpenLiberty/ci.docker#building-an-application-image"

LABEL liberty.version=$LIBERTY_VERSION \
io.openliberty.version=$LIBERTY_VERSION

COPY NOTICES /opt/ol/NOTICES
COPY helpers /opt/ol/helpers
COPY fixes/ /opt/ol/fixes/
Expand Down
Loading