Skip to content

Commit 071c2e5

Browse files
authored
Add MP Health health check scripts + update PATH (#692)
* Add health check scripts * Update PATH to include helpers/runtime * Add helpers/runtime to PATH of kernel docker images
1 parent 225c85c commit 071c2e5

15 files changed

+249
-12
lines changed

ga/latest/kernel/Dockerfile.ubi.ibmjava8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
6767
summary="Image for WebSphere Liberty with IBM's Java and Red Hat's UBI 8" \
6868
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"
6969

70-
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
70+
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build:/opt/ibm/helpers/runtime
7171

7272
# Add labels for consumption by IBM Product Insights
7373
LABEL "ProductID"="fbf6a96d49214c0abc6a3bc5da6e48cd" \

ga/latest/kernel/Dockerfile.ubi.openjdk11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
6868
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 8" \
6969
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"
7070

71-
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
71+
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build:/opt/ibm/helpers/runtime
7272

7373
# Add labels for consumption by IBM Product Insights
7474
LABEL "ProductID"="fbf6a96d49214c0abc6a3bc5da6e48cd" \

ga/latest/kernel/Dockerfile.ubi.openjdk17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
6767
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 8" \
6868
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"
6969

70-
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
70+
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build:/opt/ibm/helpers/runtime
7171

7272
# Add labels for consumption by IBM Product Insights
7373
LABEL "ProductID"="fbf6a96d49214c0abc6a3bc5da6e48cd" \

ga/latest/kernel/Dockerfile.ubi.openjdk8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
6767
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 8" \
6868
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"
6969

70-
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
70+
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build:/opt/ibm/helpers/runtime
7171

7272
# Add labels for consumption by IBM Product Insights
7373
LABEL "ProductID"="fbf6a96d49214c0abc6a3bc5da6e48cd" \

ga/latest/kernel/Dockerfile.ubi9-minimal.ibmjava8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Iain Lewis, Melissa
7878
summary="Image for WebSphere Liberty with IBM's Java and Red Hat's UBI 9 minimal" \
7979
description="This image contains the WebSphere Liberty runtime with IBM's Java 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"
8080

81-
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
81+
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build:/opt/ibm/helpers/runtime
8282

8383
# Add labels for consumption by IBM Product Insights
8484
LABEL "ProductID"="fbf6a96d49214c0abc6a3bc5da6e48cd" \

ga/latest/kernel/Dockerfile.ubi9-minimal.openjdk11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Iain Lewis, Melissa
6666
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9 minimal" \
6767
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"
6868

69-
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
69+
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build:/opt/ibm/helpers/runtime
7070

7171
# Add labels for consumption by IBM Product Insights
7272
LABEL "ProductID"="fbf6a96d49214c0abc6a3bc5da6e48cd" \

ga/latest/kernel/Dockerfile.ubi9-minimal.openjdk17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Iain Lewis, Melissa
6666
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9 minimal" \
6767
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"
6868

69-
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
69+
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build:/opt/ibm/helpers/runtime
7070

7171
# Add labels for consumption by IBM Product Insights
7272
LABEL "ProductID"="fbf6a96d49214c0abc6a3bc5da6e48cd" \

ga/latest/kernel/Dockerfile.ubi9-minimal.openjdk21

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
6666
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9 minimal" \
6767
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"
6868

69-
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
69+
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build:/opt/ibm/helpers/runtime
7070

7171
# Add labels for consumption by IBM Product Insights
7272
LABEL "ProductID"="fbf6a96d49214c0abc6a3bc5da6e48cd" \

ga/latest/kernel/Dockerfile.ubi9-minimal.openjdk8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Iain Lewis, Melissa
6666
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9 minimal" \
6767
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"
6868

69-
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
69+
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build:/opt/ibm/helpers/runtime
7070

7171
# Add labels for consumption by IBM Product Insights
7272
LABEL "ProductID"="fbf6a96d49214c0abc6a3bc5da6e48cd" \

ga/latest/kernel/Dockerfile.ubuntu.ibmjava8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
3434
liberty.version="$LIBERTY_VERSION" \
3535
com.ibm.websphere.liberty.version="$LIBERTY_VERSION"
3636

37-
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
37+
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build:/opt/ibm/helpers/runtime
3838

3939
# Add labels for consumption by IBM Product Insights
4040
LABEL "ProductID"="fbf6a96d49214c0abc6a3bc5da6e48cd" \

0 commit comments

Comments
 (0)