-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Bump IBM Java8 version to 8.0.8.40 #18471
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for 4a9e9ff:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6d89b54..394446c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -4,15 +4,15 @@ GitFetch: refs/heads/main
Tags: 8-jre, jre, 8, latest
Architectures: amd64, ppc64le, s390x
-GitCommit: 34f1e3d40f161054d7f38147cf9b51d697b54135
+GitCommit: 00a17cb73f516a49cd3c0aae3d92c9fd9c74f7aa
Directory: ibmjava/8/jre/ubuntu
Tags: 8-sdk, sdk
Architectures: amd64, ppc64le, s390x
-GitCommit: 34f1e3d40f161054d7f38147cf9b51d697b54135
+GitCommit: 00a17cb73f516a49cd3c0aae3d92c9fd9c74f7aa
Directory: ibmjava/8/sdk/ubuntu
Tags: 8-sfj, sfj
Architectures: amd64, ppc64le, s390x
-GitCommit: 34f1e3d40f161054d7f38147cf9b51d697b54135
+GitCommit: 00a17cb73f516a49cd3c0aae3d92c9fd9c74f7aa
Directory: ibmjava/8/sfj/ubuntu
diff --git a/ibmjava_latest/Dockerfile b/ibmjava_latest/Dockerfile
index 640353f..a15446d 100644
--- a/ibmjava_latest/Dockerfile
+++ b/ibmjava_latest/Dockerfile
@@ -27,25 +27,25 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends wget ca-certificates \
&& rm -rf /var/lib/apt/lists/*
-ENV JAVA_VERSION 8.0.8.35
+ENV JAVA_VERSION 8.0.8.40
RUN set -eux; \
ARCH="$(dpkg --print-architecture)"; \
case "${ARCH}" in \
amd64|x86_64) \
- ESUM='b1674f3fd30e4dcb3d385291132f551ac8d7344403a5ad960a2d20279739bee3'; \
+ ESUM='20797bfcc79f9a5db0b83469f9d2dc90179ca8ef69d300d1a9f461f2e0ad49e2'; \
YML_FILE='8.0/jre/linux/x86_64/index.yml'; \
;; \
ppc64el|ppc64le) \
- ESUM='057a8c0a079e1cf27b60c6bc03d164be99a94aed6d84025b6659178e51da78ca'; \
+ ESUM='cd5b5435261af9a88e900b7780b79da4faf4b5b5dc573b3eb1106eec11a5f741'; \
YML_FILE='8.0/jre/linux/ppc64le/index.yml'; \
;; \
s390) \
- ESUM='ec722e7ca051a1d708246c568656558c2a630bf9d727c90745bee7a3518cd76d'; \
+ ESUM='1c112c7be92f201b0ec010d23d6b590744c3435b0b0f5398e7db1a23119fd590'; \
YML_FILE='8.0/jre/linux/s390/index.yml'; \
;; \
s390x) \
- ESUM='71a55e0ed61840d5a67bd0cb6637df80c114e2aca15b28929763c9296c3eda8d'; \
+ ESUM='6583c6e0bb859988ac10a2135c4700aaf069181d98b0a6d80414a17a6810e6e1'; \
YML_FILE='8.0/jre/linux/s390x/index.yml'; \
;; \
*) \
diff --git a/ibmjava_sdk/Dockerfile b/ibmjava_sdk/Dockerfile
index 515b240..4dcbdb5 100644
--- a/ibmjava_sdk/Dockerfile
+++ b/ibmjava_sdk/Dockerfile
@@ -27,25 +27,25 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends wget ca-certificates \
&& rm -rf /var/lib/apt/lists/*
-ENV JAVA_VERSION 8.0.8.35
+ENV JAVA_VERSION 8.0.8.40
RUN set -eux; \
ARCH="$(dpkg --print-architecture)"; \
case "${ARCH}" in \
amd64|x86_64) \
- ESUM='1dabcd183e1eb7782bdcc6e59949d1ed67fa36b2439d067e9be496035bc72f08'; \
+ ESUM='edd0607f53f2b2517e9c4ef3299fabc80eedde2ff59baa15e1590ee48af49e93'; \
YML_FILE='8.0/sdk/linux/x86_64/index.yml'; \
;; \
ppc64el|ppc64le) \
- ESUM='31c3f9d11b6fc3762b69ebbe77d874c71b6b5674f8b0a88f6fecd34a837cb87c'; \
+ ESUM='a10e7af283f45f9cfa8cdc93148d3dc0e54db768269974eb9f5249e8ee73ddfb'; \
YML_FILE='8.0/sdk/linux/ppc64le/index.yml'; \
;; \
s390) \
- ESUM='2a9c26d50180f269380728cdea3f8feaa4150dc56fe41b9f8ea8e0ae83240288'; \
+ ESUM='f0e88d365c3a9627b87abec45fa53d019b41a91a30ab8e8ac4b2ff0ce2574243'; \
YML_FILE='8.0/sdk/linux/s390/index.yml'; \
;; \
s390x) \
- ESUM='36a02072cffb1a868c72d58693d4e9eca8f6b1cec92318763a08da512c3eb602'; \
+ ESUM='ab03ec578bf7e98879eeb6e91b76bdfb8b14c3b85568bcb98d925f36a6a3863e'; \
YML_FILE='8.0/sdk/linux/s390x/index.yml'; \
;; \
*) \
diff --git a/ibmjava_sfj/Dockerfile b/ibmjava_sfj/Dockerfile
index 6a91056..9a36379 100644
--- a/ibmjava_sfj/Dockerfile
+++ b/ibmjava_sfj/Dockerfile
@@ -27,25 +27,25 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends wget ca-certificates \
&& rm -rf /var/lib/apt/lists/*
-ENV JAVA_VERSION 8.0.8.35
+ENV JAVA_VERSION 8.0.8.40
RUN set -eux; \
ARCH="$(dpkg --print-architecture)"; \
case "${ARCH}" in \
amd64|x86_64) \
- ESUM='3d8f2fbf7a0cdda8ee510bf8fa82df4bbcf08ad707091332b8577ac5cea251bf'; \
+ ESUM='eed8efe1f3df198a66d24595f35433608aaed346916463353f64f664609df1a3'; \
YML_FILE='8.0/sfj/linux/x86_64/index.yml'; \
;; \
ppc64el|ppc64le) \
- ESUM='ede7b25ab451be1f224d95e2ea54e86feb2aaf03c92c8f0eac0773ccd53689d5'; \
+ ESUM='d90bbeb03ba463c18d363088f606fdfe04905f52d6d79b53ff797ef5e3537f35'; \
YML_FILE='8.0/sfj/linux/ppc64le/index.yml'; \
;; \
s390) \
- ESUM='cceb03a0b74d4c6ddb672f675f7bd44ed6883882204cc6ff3222d607f5718191'; \
+ ESUM='f2c9a80832c6b631422fb72e18c269fb32d771e690bb9a821c8fa086ae685301'; \
YML_FILE='8.0/sfj/linux/s390/index.yml'; \
;; \
s390x) \
- ESUM='0600b3689b85b636718e1b5fa59b0d7351c592ddc790968abea3a66b84793e1c'; \
+ ESUM='2e21e291682130e60d2d1a45a5f218a91f3d836061b7e3f6128ebd9a1f50a1d2'; \
YML_FILE='8.0/sfj/linux/s390x/index.yml'; \
;; \
*) \ Relevant Maintainers:
|
yosifkit
approved these changes
Feb 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.