Skip to content

Commit 7255641

Browse files
Update to 8u282
1 parent a6515ca commit 7255641

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

8/jdk/buster/Dockerfile

Lines changed: 2 additions & 2 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 8u275
35+
ENV JAVA_VERSION 8u282
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,7 +46,7 @@ RUN set -eux; \
4646
# this "case" statement is generated via "update.sh"
4747
case "$arch" in \
4848
# amd64
49-
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jdk_x64_linux_8u275b01.tar.gz ;; \
49+
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jdk_x64_linux_8u282b08.tar.gz ;; \
5050
# fallback
5151
*) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; \
5252
esac; \

8/jdk/oraclelinux7/Dockerfile

Lines changed: 2 additions & 2 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 8u275
29+
ENV JAVA_VERSION 8u282
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,7 +41,7 @@ RUN set -eux; \
4141
# this "case" statement is generated via "update.sh"
4242
case "$arch" in \
4343
# amd64
44-
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jdk_x64_linux_8u275b01.tar.gz ;; \
44+
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jdk_x64_linux_8u282b08.tar.gz ;; \
4545
# fallback
4646
*) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; \
4747
esac; \

8/jdk/oraclelinux8/Dockerfile

Lines changed: 2 additions & 2 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 8u275
29+
ENV JAVA_VERSION 8u282
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,7 +41,7 @@ RUN set -eux; \
4141
# this "case" statement is generated via "update.sh"
4242
case "$arch" in \
4343
# amd64
44-
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jdk_x64_linux_8u275b01.tar.gz ;; \
44+
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jdk_x64_linux_8u282b08.tar.gz ;; \
4545
# fallback
4646
*) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; \
4747
esac; \

8/jdk/slim-buster/Dockerfile

Lines changed: 2 additions & 2 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 8u275
26+
ENV JAVA_VERSION 8u282
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,7 +37,7 @@ RUN set -eux; \
3737
# this "case" statement is generated via "update.sh"
3838
case "$arch" in \
3939
# amd64
40-
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jdk_x64_linux_8u275b01.tar.gz ;; \
40+
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jdk_x64_linux_8u282b08.tar.gz ;; \
4141
# fallback
4242
*) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; \
4343
esac; \

8/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 8u275
18+
ENV JAVA_VERSION 8u282
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:8u275-jdk-windowsservercore-1809 $JAVA_HOME $JAVA_HOME
26+
COPY --from=openjdk:8u282-jdk-windowsservercore-1809 $JAVA_HOME $JAVA_HOME
2727

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

8/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 8u275
19-
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jdk_x64_windows_8u275b01.zip
18+
ENV JAVA_VERSION 8u282
19+
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jdk_x64_windows_8u282b08.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.

8/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 8u275
19-
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jdk_x64_windows_8u275b01.zip
18+
ENV JAVA_VERSION 8u282
19+
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jdk_x64_windows_8u282b08.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.

8/jre/buster/Dockerfile

Lines changed: 2 additions & 2 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 8u275
35+
ENV JAVA_VERSION 8u282
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,7 +46,7 @@ RUN set -eux; \
4646
# this "case" statement is generated via "update.sh"
4747
case "$arch" in \
4848
# amd64
49-
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jre_x64_linux_8u275b01.tar.gz ;; \
49+
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jre_x64_linux_8u282b08.tar.gz ;; \
5050
# fallback
5151
*) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; \
5252
esac; \

8/jre/slim-buster/Dockerfile

Lines changed: 2 additions & 2 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 8u275
26+
ENV JAVA_VERSION 8u282
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,7 +37,7 @@ RUN set -eux; \
3737
# this "case" statement is generated via "update.sh"
3838
case "$arch" in \
3939
# amd64
40-
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jre_x64_linux_8u275b01.tar.gz ;; \
40+
amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jre_x64_linux_8u282b08.tar.gz ;; \
4141
# fallback
4242
*) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; \
4343
esac; \

8/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 8u275
18+
ENV JAVA_VERSION 8u282
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:8u275-jre-windowsservercore-1809 $JAVA_HOME $JAVA_HOME
26+
COPY --from=openjdk:8u282-jre-windowsservercore-1809 $JAVA_HOME $JAVA_HOME
2727

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

8/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 8u275
19-
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jre_x64_windows_8u275b01.zip
18+
ENV JAVA_VERSION 8u282
19+
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jre_x64_windows_8u282b08.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.

8/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 8u275
19-
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u275-b01/OpenJDK8U-jre_x64_windows_8u275b01.zip
18+
ENV JAVA_VERSION 8u282
19+
ENV JAVA_URL https://github.com/AdoptOpenJDK/openjdk8-upstream-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jre_x64_windows_8u282b08.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)