Skip to content

Commit b177930

Browse files
authored
Merge pull request #550 from WASdev/revertUBI9
Revert back to UBI 8 for 23.0.0.10
2 parents 9695001 + 6b98a09 commit b177930

8 files changed

Lines changed: 40 additions & 40 deletions

ga/23.0.0.10/kernel/Dockerfile.ubi.ibmjava8

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM ibmjava:8-ubi9 AS getRuntime
15+
FROM ibmjava:8-ubi AS getRuntime
1616

1717
USER root
1818

@@ -38,7 +38,7 @@ RUN yum -y install unzip wget openssl \
3838
&& chmod -R g+rw /opt/ibm/wlp \
3939
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
4040

41-
FROM ibmjava:8-ubi9
41+
FROM ibmjava:8-ubi
4242

4343
USER root
4444

@@ -54,13 +54,13 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
5454
org.opencontainers.image.documentation="https://www.ibm.com/support/knowledgecenter/SSAW57_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/cwlp_about.html" \
5555
org.opencontainers.image.version="$LIBERTY_VERSION" \
5656
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
57-
org.opencontainers.image.description="This image contains the WebSphere Liberty runtime with IBM's Java and Red Hat's UBI 9 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
57+
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" \
5858
org.opencontainers.image.title="IBM WebSphere Liberty" \
5959
vendor="IBM" \
6060
name="IBM WebSphere Liberty" \
6161
version="$LIBERTY_VERSION" \
62-
summary="Image for WebSphere Liberty with IBM's Java and Red Hat's UBI 9" \
63-
description="This image contains the WebSphere Liberty runtime with IBM's Java and Red Hat's UBI 9 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template"
62+
summary="Image for WebSphere Liberty with IBM's Java and Red Hat's UBI 8" \
63+
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"
6464

6565
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
6666

ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk11

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi9 AS getRuntime
15+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi AS getRuntime
1616

1717
USER root
1818

@@ -38,7 +38,7 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \
3838
&& chmod -R g+rw /opt/ibm/wlp \
3939
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
4040

41-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi9
41+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi
4242

4343
USER root
4444

@@ -54,13 +54,13 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
5454
org.opencontainers.image.documentation="https://www.ibm.com/support/knowledgecenter/SSAW57_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/cwlp_about.html" \
5555
org.opencontainers.image.version="$LIBERTY_VERSION" \
5656
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
57-
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 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
57+
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" \
5858
org.opencontainers.image.title="IBM WebSphere Liberty" \
5959
vendor="IBM" \
6060
name="IBM WebSphere Liberty" \
6161
version="$LIBERTY_VERSION" \
62-
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9" \
63-
description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template"
62+
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 8" \
63+
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"
6464

6565
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
6666

ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk17

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi9 AS getRuntime
15+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi AS getRuntime
1616

1717
USER root
1818

@@ -38,7 +38,7 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \
3838
&& chmod -R g+rw /opt/ibm/wlp \
3939
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
4040

41-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi9
41+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi
4242

4343
USER root
4444

@@ -54,13 +54,13 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
5454
org.opencontainers.image.documentation="https://www.ibm.com/support/knowledgecenter/SSAW57_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/cwlp_about.html" \
5555
org.opencontainers.image.version="$LIBERTY_VERSION" \
5656
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
57-
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 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
57+
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" \
5858
org.opencontainers.image.title="IBM WebSphere Liberty" \
5959
vendor="IBM" \
6060
name="IBM WebSphere Liberty" \
6161
version="$LIBERTY_VERSION" \
62-
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9" \
63-
description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template"
62+
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 8" \
63+
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"
6464

6565
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
6666

ga/23.0.0.10/kernel/Dockerfile.ubi.openjdk8

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi9 AS getRuntime
15+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi AS getRuntime
1616

1717
USER root
1818

@@ -38,7 +38,7 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \
3838
&& chmod -R g+rw /opt/ibm/wlp \
3939
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
4040

41-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi9
41+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi
4242

4343
USER root
4444

@@ -54,13 +54,13 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
5454
org.opencontainers.image.documentation="https://www.ibm.com/support/knowledgecenter/SSAW57_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/cwlp_about.html" \
5555
org.opencontainers.image.version="$LIBERTY_VERSION" \
5656
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
57-
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 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
57+
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" \
5858
org.opencontainers.image.title="IBM WebSphere Liberty" \
5959
vendor="IBM" \
6060
name="IBM WebSphere Liberty" \
6161
version="$LIBERTY_VERSION" \
62-
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9" \
63-
description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template"
62+
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 8" \
63+
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"
6464

6565
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
6666

ga/latest/kernel/Dockerfile.ubi.ibmjava8

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM ibmjava:8-ubi9 AS getRuntime
15+
FROM ibmjava:8-ubi AS getRuntime
1616

1717
USER root
1818

@@ -38,7 +38,7 @@ RUN yum -y install unzip wget openssl \
3838
&& chmod -R g+rw /opt/ibm/wlp \
3939
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
4040

41-
FROM ibmjava:8-ubi9
41+
FROM ibmjava:8-ubi
4242

4343
USER root
4444

@@ -54,13 +54,13 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
5454
org.opencontainers.image.documentation="https://www.ibm.com/support/knowledgecenter/SSAW57_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/cwlp_about.html" \
5555
org.opencontainers.image.version="$LIBERTY_VERSION" \
5656
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
57-
org.opencontainers.image.description="This image contains the WebSphere Liberty runtime with IBM's Java and Red Hat's UBI 9 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
57+
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" \
5858
org.opencontainers.image.title="IBM WebSphere Liberty" \
5959
vendor="IBM" \
6060
name="IBM WebSphere Liberty" \
6161
version="$LIBERTY_VERSION" \
62-
summary="Image for WebSphere Liberty with IBM's Java and Red Hat's UBI 9" \
63-
description="This image contains the WebSphere Liberty runtime with IBM's Java and Red Hat's UBI 9 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template"
62+
summary="Image for WebSphere Liberty with IBM's Java and Red Hat's UBI 8" \
63+
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"
6464

6565
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
6666

ga/latest/kernel/Dockerfile.ubi.openjdk11

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi9 AS getRuntime
15+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi AS getRuntime
1616

1717
USER root
1818

@@ -38,7 +38,7 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \
3838
&& chmod -R g+rw /opt/ibm/wlp \
3939
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
4040

41-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi9
41+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi
4242

4343
USER root
4444

@@ -54,13 +54,13 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
5454
org.opencontainers.image.documentation="https://www.ibm.com/support/knowledgecenter/SSAW57_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/cwlp_about.html" \
5555
org.opencontainers.image.version="$LIBERTY_VERSION" \
5656
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
57-
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 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
57+
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" \
5858
org.opencontainers.image.title="IBM WebSphere Liberty" \
5959
vendor="IBM" \
6060
name="IBM WebSphere Liberty" \
6161
version="$LIBERTY_VERSION" \
62-
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9" \
63-
description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template"
62+
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 8" \
63+
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"
6464

6565
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
6666

ga/latest/kernel/Dockerfile.ubi.openjdk17

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi9 AS getRuntime
15+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi AS getRuntime
1616

1717
USER root
1818

@@ -38,7 +38,7 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \
3838
&& chmod -R g+rw /opt/ibm/wlp \
3939
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
4040

41-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi9
41+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi
4242

4343
USER root
4444

@@ -54,13 +54,13 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
5454
org.opencontainers.image.documentation="https://www.ibm.com/support/knowledgecenter/SSAW57_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/cwlp_about.html" \
5555
org.opencontainers.image.version="$LIBERTY_VERSION" \
5656
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
57-
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 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
57+
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" \
5858
org.opencontainers.image.title="IBM WebSphere Liberty" \
5959
vendor="IBM" \
6060
name="IBM WebSphere Liberty" \
6161
version="$LIBERTY_VERSION" \
62-
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9" \
63-
description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template"
62+
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 8" \
63+
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"
6464

6565
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
6666

ga/latest/kernel/Dockerfile.ubi.openjdk8

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi9 AS getRuntime
15+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi AS getRuntime
1616

1717
USER root
1818

@@ -38,7 +38,7 @@ RUN yum -y install shadow-utils unzip wget findutils openssl \
3838
&& chmod -R g+rw /opt/ibm/wlp \
3939
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
4040

41-
FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi9
41+
FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi
4242

4343
USER root
4444

@@ -54,13 +54,13 @@ LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wend
5454
org.opencontainers.image.documentation="https://www.ibm.com/support/knowledgecenter/SSAW57_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/cwlp_about.html" \
5555
org.opencontainers.image.version="$LIBERTY_VERSION" \
5656
org.opencontainers.image.revision="$LIBERTY_BUILD_LABEL" \
57-
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 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template" \
57+
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" \
5858
org.opencontainers.image.title="IBM WebSphere Liberty" \
5959
vendor="IBM" \
6060
name="IBM WebSphere Liberty" \
6161
version="$LIBERTY_VERSION" \
62-
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9" \
63-
description="This image contains the WebSphere Liberty runtime with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 9 as the base OS. For more information on this image please see https://ibm.biz/wl-app-image-template"
62+
summary="Image for WebSphere Liberty with IBM Semeru Runtime Open Edition OpenJDK with OpenJ9 and Red Hat's UBI 8" \
63+
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"
6464

6565
ENV PATH=$PATH:/opt/ibm/wlp/bin:/opt/ibm/helpers/build
6666

0 commit comments

Comments
 (0)