mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-08-02 10:31:44 +03:00
[dev] jul update pack 7
This commit is contained in:
commit
09af3a658d
@ -31,19 +31,22 @@ ENV OPENSSL_CONF=/etc/ssl/
|
||||
|
||||
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
|
||||
RUN mkdir -p ${TESTRAIL_RELEASE_DIR} && \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 ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \
|
||||
"${DOWNLOAD_URL}"
|
||||
#RUN mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||
# 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 ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \
|
||||
# "${DOWNLOAD_URL}"
|
||||
|
||||
ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip
|
||||
|
||||
RUN echo "[testrail] Preparing folders" && \
|
||||
mkdir -p ${TR_WWW_PATH} && \
|
||||
|
@ -31,20 +31,22 @@ ENV OPENSSL_CONF=/etc/ssl/
|
||||
|
||||
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
|
||||
RUN mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||
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 ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \
|
||||
"${DOWNLOAD_URL}"
|
||||
#RUN mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||
# 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 ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \
|
||||
# "${DOWNLOAD_URL}"
|
||||
|
||||
ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip
|
||||
|
||||
RUN echo "[testrail] Preparing folders" && \
|
||||
mkdir -p ${TR_WWW_PATH} && \
|
||||
|
@ -31,21 +31,22 @@ ENV OPENSSL_CONF=/etc/ssl/
|
||||
|
||||
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
|
||||
RUN mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||
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 ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \
|
||||
"${DOWNLOAD_URL}"
|
||||
#RUN mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||
# 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 ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \
|
||||
# "${DOWNLOAD_URL}"
|
||||
|
||||
ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip
|
||||
RUN echo "[testrail] Preparing folders" && \
|
||||
mkdir -p ${TR_WWW_PATH} && \
|
||||
mkdir -p ${TR_DEFAULT_ATTACHMENT_DIR} ${TR_DEFAULT_REPORT_DIR} ${TR_DEFAULT_AUDIT_DIR} ${TR_DEFAULT_LOG_DIR} && \
|
||||
|
@ -31,21 +31,22 @@ ENV OPENSSL_CONF=/etc/ssl/
|
||||
|
||||
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
|
||||
RUN mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||
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 ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \
|
||||
"${DOWNLOAD_URL}"
|
||||
#RUN mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||
# 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 ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \
|
||||
# "${DOWNLOAD_URL}"
|
||||
|
||||
ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip
|
||||
RUN echo "[testrail] Preparing folders" && \
|
||||
mkdir -p ${TR_WWW_PATH} && \
|
||||
mkdir -p ${TR_DEFAULT_ATTACHMENT_DIR} ${TR_DEFAULT_REPORT_DIR} ${TR_DEFAULT_AUDIT_DIR} ${TR_DEFAULT_LOG_DIR} && \
|
||||
|
@ -31,20 +31,22 @@ ENV OPENSSL_CONF=/etc/ssl/
|
||||
|
||||
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
|
||||
RUN mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||
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 ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \
|
||||
"${DOWNLOAD_URL}"
|
||||
#RUN mkdir -p ${TESTRAIL_RELEASE_DIR} && \
|
||||
# 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 ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \
|
||||
# "${DOWNLOAD_URL}"
|
||||
|
||||
ADD ${DOWNLOAD_URL} ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip
|
||||
|
||||
RUN echo "[testrail] Preparing folders" && \
|
||||
mkdir -p ${TR_WWW_PATH} && \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.0 as bootstrap
|
||||
FROM mattermost/mattermost-enterprise-edition:10.0 as bootstrap
|
||||
RUN cd ./bin && \
|
||||
ls -las && \
|
||||
mattermost version
|
||||
@ -10,7 +10,7 @@ RUN cd /tmp && \
|
||||
chmod +x ./edit.py && \
|
||||
./edit.py
|
||||
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.0
|
||||
FROM mattermost/mattermost-enterprise-edition:10.0
|
||||
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.1 as bootstrap
|
||||
FROM mattermost/mattermost-enterprise-edition:10.1 as bootstrap
|
||||
RUN cd ./bin && \
|
||||
ls -las && \
|
||||
mattermost version
|
||||
@ -10,7 +10,7 @@ RUN cd /tmp && \
|
||||
chmod +x ./edit.py && \
|
||||
./edit.py
|
||||
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.1
|
||||
FROM mattermost/mattermost-enterprise-edition:10.1
|
||||
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.10 as bootstrap
|
||||
FROM mattermost/mattermost-enterprise-edition:10.10 as bootstrap
|
||||
RUN cd ./bin && \
|
||||
ls -las && \
|
||||
mattermost version
|
||||
@ -10,7 +10,7 @@ RUN cd /tmp && \
|
||||
chmod +x ./edit.py && \
|
||||
./edit.py
|
||||
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.10
|
||||
FROM mattermost/mattermost-enterprise-edition:10.10
|
||||
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.11 as bootstrap
|
||||
FROM mattermost/mattermost-enterprise-edition:10.11 as bootstrap
|
||||
RUN cd ./bin && \
|
||||
ls -las
|
||||
|
||||
@ -9,7 +9,7 @@ RUN cd /tmp && \
|
||||
chmod +x ./edit.py && \
|
||||
./edit.py
|
||||
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.11
|
||||
FROM mattermost/mattermost-enterprise-edition:10.11
|
||||
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.2 as bootstrap
|
||||
FROM mattermost/mattermost-enterprise-edition:10.2 as bootstrap
|
||||
RUN cd ./bin && \
|
||||
ls -las && \
|
||||
mattermost version
|
||||
@ -10,7 +10,7 @@ RUN cd /tmp && \
|
||||
chmod +x ./edit.py && \
|
||||
./edit.py
|
||||
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.2
|
||||
FROM mattermost/mattermost-enterprise-edition:10.2
|
||||
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.3 as bootstrap
|
||||
FROM mattermost/mattermost-enterprise-edition:10.3 as bootstrap
|
||||
RUN cd ./bin && \
|
||||
ls -las && \
|
||||
mattermost version
|
||||
@ -10,7 +10,7 @@ RUN cd /tmp && \
|
||||
chmod +x ./edit.py && \
|
||||
./edit.py
|
||||
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.3
|
||||
FROM mattermost/mattermost-enterprise-edition:10.3
|
||||
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.4 as bootstrap
|
||||
FROM mattermost/mattermost-enterprise-edition:10.4 as bootstrap
|
||||
RUN cd ./bin && \
|
||||
ls -las && \
|
||||
mattermost version
|
||||
@ -10,7 +10,7 @@ RUN cd /tmp && \
|
||||
chmod +x ./edit.py && \
|
||||
./edit.py
|
||||
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.4
|
||||
FROM mattermost/mattermost-enterprise-edition:10.4
|
||||
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.5 as bootstrap
|
||||
FROM mattermost/mattermost-enterprise-edition:10.5 as bootstrap
|
||||
RUN cd ./bin && \
|
||||
ls -las && \
|
||||
mattermost version
|
||||
@ -10,7 +10,7 @@ RUN cd /tmp && \
|
||||
chmod +x ./edit.py && \
|
||||
./edit.py
|
||||
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.5
|
||||
FROM mattermost/mattermost-enterprise-edition:10.5
|
||||
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.6 as bootstrap
|
||||
FROM mattermost/mattermost-enterprise-edition:10.6 as bootstrap
|
||||
RUN cd ./bin && \
|
||||
ls -las && \
|
||||
mattermost version
|
||||
@ -10,7 +10,7 @@ RUN cd /tmp && \
|
||||
chmod +x ./edit.py && \
|
||||
./edit.py
|
||||
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.6
|
||||
FROM mattermost/mattermost-enterprise-edition:10.6
|
||||
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.7 as bootstrap
|
||||
FROM mattermost/mattermost-enterprise-edition:10.7 as bootstrap
|
||||
RUN cd ./bin && \
|
||||
ls -las && \
|
||||
mattermost version
|
||||
@ -10,7 +10,7 @@ RUN cd /tmp && \
|
||||
chmod +x ./edit.py && \
|
||||
./edit.py
|
||||
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.7
|
||||
FROM mattermost/mattermost-enterprise-edition:10.7
|
||||
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.8 as bootstrap
|
||||
FROM mattermost/mattermost-enterprise-edition:10.8 as bootstrap
|
||||
RUN cd ./bin && \
|
||||
ls -las && \
|
||||
mattermost version
|
||||
@ -10,7 +10,7 @@ RUN cd /tmp && \
|
||||
chmod +x ./edit.py && \
|
||||
./edit.py
|
||||
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.8
|
||||
FROM mattermost/mattermost-enterprise-edition:10.8
|
||||
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.9 as bootstrap
|
||||
FROM mattermost/mattermost-enterprise-edition:10.9 as bootstrap
|
||||
RUN cd ./bin && \
|
||||
ls -las && \
|
||||
mattermost version
|
||||
@ -10,7 +10,7 @@ RUN cd /tmp && \
|
||||
chmod +x ./edit.py && \
|
||||
./edit.py
|
||||
|
||||
FROM mattermost/mattermost-enterprise-edition:release-10.9
|
||||
FROM mattermost/mattermost-enterprise-edition:10.9
|
||||
|
||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
@ -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} && \
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user