Skip to content

Commit c464770

Browse files
Update to 11.0.10
1 parent 7255641 commit c464770

File tree

12 files changed

+30
-30
lines changed

12 files changed

+30
-30
lines changed

11/jdk/buster/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN { echo '#/bin/sh'; echo 'echo "$JAVA_HOME"'; } > /usr/local/bin/docker-java-
3232
# >
3333
# > These binaries are built by Red Hat on their infrastructure on behalf of the OpenJDK jdk8u and jdk11u projects. The binaries are created from the unmodified source code at OpenJDK. Although no formal support agreement is provided, please report any bugs you may find to https://bugs.java.com/.
3434
# >
35-
ENV JAVA_VERSION 11.0.9.1
35+
ENV JAVA_VERSION 11.0.10
3636
# https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246
3737
# >
3838
# > I am the OpenJDK 8 and 11 Updates OpenJDK project lead.
@@ -46,9 +46,9 @@ RUN set -eux; \
4646
# this "case" statement is generated via "update.sh"
4747
case "$arch" in \
4848
# arm64v8
49-
arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_aarch64_linux_11.0.9.1_1.tar.gz ;; \
49+
arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jdk_aarch64_linux_11.0.10_9.tar.gz ;; \
5050
# amd64
51-
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_x64_linux_11.0.9.1_1.tar.gz ;; \
51+
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jdk_x64_linux_11.0.10_9.tar.gz ;; \
5252
# fallback
5353
*) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; \
5454
esac; \

11/jdk/oraclelinux7/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV PATH $JAVA_HOME/bin:$PATH
2626
# >
2727
# > These binaries are built by Red Hat on their infrastructure on behalf of the OpenJDK jdk8u and jdk11u projects. The binaries are created from the unmodified source code at OpenJDK. Although no formal support agreement is provided, please report any bugs you may find to https://bugs.java.com/.
2828
# >
29-
ENV JAVA_VERSION 11.0.9.1
29+
ENV JAVA_VERSION 11.0.10
3030
# https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246
3131
# >
3232
# > I am the OpenJDK 8 and 11 Updates OpenJDK project lead.
@@ -41,9 +41,9 @@ RUN set -eux; \
4141
# this "case" statement is generated via "update.sh"
4242
case "$arch" in \
4343
# arm64v8
44-
arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_aarch64_linux_11.0.9.1_1.tar.gz ;; \
44+
arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jdk_aarch64_linux_11.0.10_9.tar.gz ;; \
4545
# amd64
46-
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_x64_linux_11.0.9.1_1.tar.gz ;; \
46+
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jdk_x64_linux_11.0.10_9.tar.gz ;; \
4747
# fallback
4848
*) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; \
4949
esac; \

11/jdk/oraclelinux8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ENV PATH $JAVA_HOME/bin:$PATH
2626
# >
2727
# > These binaries are built by Red Hat on their infrastructure on behalf of the OpenJDK jdk8u and jdk11u projects. The binaries are created from the unmodified source code at OpenJDK. Although no formal support agreement is provided, please report any bugs you may find to https://bugs.java.com/.
2828
# >
29-
ENV JAVA_VERSION 11.0.9.1
29+
ENV JAVA_VERSION 11.0.10
3030
# https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246
3131
# >
3232
# > I am the OpenJDK 8 and 11 Updates OpenJDK project lead.
@@ -41,9 +41,9 @@ RUN set -eux; \
4141
# this "case" statement is generated via "update.sh"
4242
case "$arch" in \
4343
# arm64v8
44-
arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_aarch64_linux_11.0.9.1_1.tar.gz ;; \
44+
arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jdk_aarch64_linux_11.0.10_9.tar.gz ;; \
4545
# amd64
46-
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_x64_linux_11.0.9.1_1.tar.gz ;; \
46+
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jdk_x64_linux_11.0.10_9.tar.gz ;; \
4747
# fallback
4848
*) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; \
4949
esac; \

11/jdk/slim-buster/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN { echo '#/bin/sh'; echo 'echo "$JAVA_HOME"'; } > /usr/local/bin/docker-java-
2323
# >
2424
# > These binaries are built by Red Hat on their infrastructure on behalf of the OpenJDK jdk8u and jdk11u projects. The binaries are created from the unmodified source code at OpenJDK. Although no formal support agreement is provided, please report any bugs you may find to https://bugs.java.com/.
2525
# >
26-
ENV JAVA_VERSION 11.0.9.1
26+
ENV JAVA_VERSION 11.0.10
2727
# https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246
2828
# >
2929
# > I am the OpenJDK 8 and 11 Updates OpenJDK project lead.
@@ -37,9 +37,9 @@ RUN set -eux; \
3737
# this "case" statement is generated via "update.sh"
3838
case "$arch" in \
3939
# arm64v8
40-
arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_aarch64_linux_11.0.9.1_1.tar.gz ;; \
40+
arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jdk_aarch64_linux_11.0.10_9.tar.gz ;; \
4141
# amd64
42-
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_x64_linux_11.0.9.1_1.tar.gz ;; \
42+
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jdk_x64_linux_11.0.10_9.tar.gz ;; \
4343
# fallback
4444
*) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; \
4545
esac; \

11/jdk/windows/nanoserver-1809/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ USER ContainerUser
1515
# >
1616
# > These binaries are built by Red Hat on their infrastructure on behalf of the OpenJDK jdk8u and jdk11u projects. The binaries are created from the unmodified source code at OpenJDK. Although no formal support agreement is provided, please report any bugs you may find to https://bugs.java.com/.
1717
# >
18-
ENV JAVA_VERSION 11.0.9.1
18+
ENV JAVA_VERSION 11.0.10
1919
# https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246
2020
# >
2121
# > I am the OpenJDK 8 and 11 Updates OpenJDK project lead.
2222
# > ...
2323
# > While it is true that the OpenJDK Governing Board has not sanctioned those releases, they (or rather we, since I am a member) didn't sanction Oracle's OpenJDK releases either. As far as I am aware, the lead of an OpenJDK project is entitled to release binary builds, and there is clearly a need for them.
2424
# >
2525

26-
COPY --from=openjdk:11.0.9.1-jdk-windowsservercore-1809 $JAVA_HOME $JAVA_HOME
26+
COPY --from=openjdk:11.0.10-jdk-windowsservercore-1809 $JAVA_HOME $JAVA_HOME
2727

2828
RUN echo Verifying install ... \
2929
&& echo javac --version && javac --version \

11/jdk/windows/windowsservercore-1809/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
1515
# >
1616
# > These binaries are built by Red Hat on their infrastructure on behalf of the OpenJDK jdk8u and jdk11u projects. The binaries are created from the unmodified source code at OpenJDK. Although no formal support agreement is provided, please report any bugs you may find to https://bugs.java.com/.
1717
# >
18-
ENV JAVA_VERSION 11.0.9.1
19-
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_x64_windows_11.0.9.1_1.zip
18+
ENV JAVA_VERSION 11.0.10
19+
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jdk_x64_windows_11.0.10_9.zip
2020
# https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246
2121
# >
2222
# > I am the OpenJDK 8 and 11 Updates OpenJDK project lead.

11/jdk/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
1515
# >
1616
# > These binaries are built by Red Hat on their infrastructure on behalf of the OpenJDK jdk8u and jdk11u projects. The binaries are created from the unmodified source code at OpenJDK. Although no formal support agreement is provided, please report any bugs you may find to https://bugs.java.com/.
1717
# >
18-
ENV JAVA_VERSION 11.0.9.1
19-
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_x64_windows_11.0.9.1_1.zip
18+
ENV JAVA_VERSION 11.0.10
19+
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jdk_x64_windows_11.0.10_9.zip
2020
# https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246
2121
# >
2222
# > I am the OpenJDK 8 and 11 Updates OpenJDK project lead.

11/jre/buster/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN { echo '#/bin/sh'; echo 'echo "$JAVA_HOME"'; } > /usr/local/bin/docker-java-
3232
# >
3333
# > These binaries are built by Red Hat on their infrastructure on behalf of the OpenJDK jdk8u and jdk11u projects. The binaries are created from the unmodified source code at OpenJDK. Although no formal support agreement is provided, please report any bugs you may find to https://bugs.java.com/.
3434
# >
35-
ENV JAVA_VERSION 11.0.9.1
35+
ENV JAVA_VERSION 11.0.10
3636
# https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246
3737
# >
3838
# > I am the OpenJDK 8 and 11 Updates OpenJDK project lead.
@@ -46,9 +46,9 @@ RUN set -eux; \
4646
# this "case" statement is generated via "update.sh"
4747
case "$arch" in \
4848
# arm64v8
49-
arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jre_aarch64_linux_11.0.9.1_1.tar.gz ;; \
49+
arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jre_aarch64_linux_11.0.10_9.tar.gz ;; \
5050
# amd64
51-
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jre_x64_linux_11.0.9.1_1.tar.gz ;; \
51+
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jre_x64_linux_11.0.10_9.tar.gz ;; \
5252
# fallback
5353
*) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; \
5454
esac; \

11/jre/slim-buster/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN { echo '#/bin/sh'; echo 'echo "$JAVA_HOME"'; } > /usr/local/bin/docker-java-
2323
# >
2424
# > These binaries are built by Red Hat on their infrastructure on behalf of the OpenJDK jdk8u and jdk11u projects. The binaries are created from the unmodified source code at OpenJDK. Although no formal support agreement is provided, please report any bugs you may find to https://bugs.java.com/.
2525
# >
26-
ENV JAVA_VERSION 11.0.9.1
26+
ENV JAVA_VERSION 11.0.10
2727
# https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246
2828
# >
2929
# > I am the OpenJDK 8 and 11 Updates OpenJDK project lead.
@@ -37,9 +37,9 @@ RUN set -eux; \
3737
# this "case" statement is generated via "update.sh"
3838
case "$arch" in \
3939
# arm64v8
40-
arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jre_aarch64_linux_11.0.9.1_1.tar.gz ;; \
40+
arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jre_aarch64_linux_11.0.10_9.tar.gz ;; \
4141
# amd64
42-
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jre_x64_linux_11.0.9.1_1.tar.gz ;; \
42+
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jre_x64_linux_11.0.10_9.tar.gz ;; \
4343
# fallback
4444
*) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; \
4545
esac; \

11/jre/windows/nanoserver-1809/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ USER ContainerUser
1515
# >
1616
# > These binaries are built by Red Hat on their infrastructure on behalf of the OpenJDK jdk8u and jdk11u projects. The binaries are created from the unmodified source code at OpenJDK. Although no formal support agreement is provided, please report any bugs you may find to https://bugs.java.com/.
1717
# >
18-
ENV JAVA_VERSION 11.0.9.1
18+
ENV JAVA_VERSION 11.0.10
1919
# https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246
2020
# >
2121
# > I am the OpenJDK 8 and 11 Updates OpenJDK project lead.
2222
# > ...
2323
# > While it is true that the OpenJDK Governing Board has not sanctioned those releases, they (or rather we, since I am a member) didn't sanction Oracle's OpenJDK releases either. As far as I am aware, the lead of an OpenJDK project is entitled to release binary builds, and there is clearly a need for them.
2424
# >
2525

26-
COPY --from=openjdk:11.0.9.1-jre-windowsservercore-1809 $JAVA_HOME $JAVA_HOME
26+
COPY --from=openjdk:11.0.10-jre-windowsservercore-1809 $JAVA_HOME $JAVA_HOME
2727

2828
RUN echo Verifying install ... \
2929
&& echo java --version && java --version

11/jre/windows/windowsservercore-1809/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
1515
# >
1616
# > These binaries are built by Red Hat on their infrastructure on behalf of the OpenJDK jdk8u and jdk11u projects. The binaries are created from the unmodified source code at OpenJDK. Although no formal support agreement is provided, please report any bugs you may find to https://bugs.java.com/.
1717
# >
18-
ENV JAVA_VERSION 11.0.9.1
19-
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jre_x64_windows_11.0.9.1_1.zip
18+
ENV JAVA_VERSION 11.0.10
19+
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jre_x64_windows_11.0.10_9.zip
2020
# https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246
2121
# >
2222
# > I am the OpenJDK 8 and 11 Updates OpenJDK project lead.

11/jre/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
1515
# >
1616
# > These binaries are built by Red Hat on their infrastructure on behalf of the OpenJDK jdk8u and jdk11u projects. The binaries are created from the unmodified source code at OpenJDK. Although no formal support agreement is provided, please report any bugs you may find to https://bugs.java.com/.
1717
# >
18-
ENV JAVA_VERSION 11.0.9.1
19-
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jre_x64_windows_11.0.9.1_1.zip
18+
ENV JAVA_VERSION 11.0.10
19+
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.10%2B9/OpenJDK11U-jre_x64_windows_11.0.10_9.zip
2020
# https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246
2121
# >
2222
# > I am the OpenJDK 8 and 11 Updates OpenJDK project lead.

0 commit comments

Comments
 (0)