[fix] reverted jdk downloads to ADD back, except of jdk6 and jdk7

This commit is contained in:
STAM 2025-07-30 15:38:58 +03:00
parent 377f284558
commit 9e31ffaa69
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
166 changed files with 2490 additions and 2158 deletions

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java11
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java11
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java16
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java16
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java17
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java17
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java18
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java18
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java19
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java19
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java8
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java8
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java11
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java11
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java16
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java16
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java17
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java17
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java18
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java18
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java19
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java19
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java8
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java8
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java11
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java11
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java16
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java16
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java17
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java17
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java18
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java18
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java19
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java19
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java20
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java20
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java21
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java21
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java22
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java22
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java8
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java8
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java11
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java11
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java16
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java16
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java17
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java17
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java18
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java18
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java19
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java19
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java20
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java20
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java21
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java21
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java22
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java22
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java8
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java8
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java11
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java11
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java16
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java16
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java17
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java17
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java18
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java18
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java19
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java19
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java20
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java20
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java21
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java21
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java22
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java22
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java8
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java8
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java11
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java11
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java16
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java16
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java17
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java17
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java18
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java18
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java19
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java19
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java20
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java20
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java21
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java21
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java22
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java22
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java23
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java23
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java24
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java24
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java8
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

View File

@ -18,19 +18,21 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
##################################################################
# installing java8
##################################################################
RUN wget -c \
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
--no-check-certificate \
--retry-connrefused \
--tries=15 \
--timeout=30 \
--waitretry=15 \
--dns-timeout=30 \
--read-timeout=30 \
--progress=dot:giga \
--no-clobber \
-O /tmp/$(basename "${K_JDK_URL}") \
"${K_JDK_URL}"
#RUN wget -c \
# --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
# --no-check-certificate \
# --retry-connrefused \
# --tries=15 \
# --timeout=30 \
# --waitretry=15 \
# --dns-timeout=30 \
# --read-timeout=30 \
# --progress=dot:giga \
# --no-clobber \
# -O /tmp/$(basename "${K_JDK_URL}") \
# "${K_JDK_URL}"
ADD ${K_JDK_URL} /tmp
RUN mkdir -p ${K_JDK_DIR} && \
tar -xzf ${K_JDK_TEMP} --strip-components=1 --directory ${K_JDK_DIR} && \

Some files were not shown because too many files have changed in this diff Show More