diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk11.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk11.j2 index e5a83a0b9..55df46c21 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk11.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk11.j2 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk17.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk17.j2 index 4f75639e0..9272027f8 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk17.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk17.j2 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk21.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk21.j2 index 8c33e3376..f294617ee 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk21.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk21.j2 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk8.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk8.j2 index 5ddf56b94..ef4409585 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk8.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.jdk8.j2 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk7.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk7.j2 index a77fdc0f5..13d242ff8 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk7.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk7.j2 @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk8.j2 b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk8.j2 index 36b6ec852..3bf64fdc1 100644 --- a/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk8.j2 +++ b/bin/ansible/roles/atlassian.bitbucket/templates/dockerfile/template.Dockerfile.legacy.jdk8.j2 @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk11.j2 b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk11.j2 index 6387ec599..2a436660b 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk11.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk11.j2 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk17.j2 b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk17.j2 index bdfe19161..048c396fd 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk17.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk17.j2 @@ -32,11 +32,11 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ + --tries=15 \ --timeout=30 \ - --waitretry=5 \ + --waitretry=15 \ + --dns-timeout=30 \ --retry-connrefused \ - --dns-timeout=10 \ --read-timeout=20 \ --progress=dot:giga \ --no-clobber \ diff --git a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk21.j2 b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk21.j2 index e75040025..2776a3d0d 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk21.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk21.j2 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk6.j2 b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk6.j2 index a80d4ec3d..063d54592 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk6.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk6.j2 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk7.j2 b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk7.j2 index 25c1ff129..15bac63a8 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk7.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk7.j2 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk8.j2 b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk8.j2 index 5aff470ec..4b82cc064 100644 --- a/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk8.j2 +++ b/bin/ansible/roles/atlassian.confluence/templates/dockerfile/template.Dockerfile.jdk8.j2 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.initial.jdk6.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.initial.jdk6.j2 index 9cd64cbf5..bce76d33c 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.initial.jdk6.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.initial.jdk6.j2 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk11.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk11.j2 index e893586df..2a2ab4502 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk11.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk11.j2 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk17.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk17.j2 index ee625b405..fdb5b35aa 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk17.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk17.j2 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk21.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk21.j2 index ba900819f..0eb47e49a 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk21.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk21.j2 @@ -32,12 +32,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.j2 index 0ff8e824f..fcf1f124a 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.j2 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.nosed.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.nosed.j2 index 765eeb8c1..a1f3056a8 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.nosed.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk6.nosed.j2 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.j2 index 4e9989356..1c3c0c104 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.j2 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.nosed.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.nosed.j2 index 0335082c3..6850517ca 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.nosed.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk7.nosed.j2 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk8.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk8.j2 index 00d964e53..31a81b936 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk8.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.jdk8.j2 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk6.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk6.j2 index a98ab0392..d955fd3b5 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk6.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk6.j2 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk7.j2 b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk7.j2 index 9d64b80e5..21f80e9b4 100644 --- a/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk7.j2 +++ b/bin/ansible/roles/atlassian.crowd/templates/dockerfile/template.Dockerfile.old.jdk7.j2 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 b/bin/ansible/roles/atlassian.crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 index 324447600..1084184e8 100644 --- a/bin/ansible/roles/atlassian.crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 +++ b/bin/ansible/roles/atlassian.crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 b/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 index 504801c60..ae58aeca1 100644 --- a/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 +++ b/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk6.j2 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk7.j2 b/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk7.j2 index c94f5cd4c..cf02d5aa0 100644 --- a/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk7.j2 +++ b/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk7.j2 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk8.j2 b/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk8.j2 index c4aad7b78..8cff2cb74 100644 --- a/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk8.j2 +++ b/bin/ansible/roles/atlassian.fisheye-crucible/templates/dockerfile/template.Dockerfile.jdk8.j2 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.fisheye/templates/dockerfile/template.Dockerfile.jdk6.j2 b/bin/ansible/roles/atlassian.fisheye/templates/dockerfile/template.Dockerfile.jdk6.j2 index 3ca3d8732..68c7960b0 100644 --- a/bin/ansible/roles/atlassian.fisheye/templates/dockerfile/template.Dockerfile.jdk6.j2 +++ b/bin/ansible/roles/atlassian.fisheye/templates/dockerfile/template.Dockerfile.jdk6.j2 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk11.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk11.j2 index 26719dfb8..2eef0a820 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk11.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk11.j2 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk17.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk17.j2 index a98e7c114..2754ed0ee 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk17.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk17.j2 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk6.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk6.j2 index 2f043e5c4..8cbe06b8c 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk6.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk6.j2 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk7.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk7.j2 index b41a66257..51e817a3f 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk7.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk7.j2 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy.j2 index 93da15e0c..e244234bb 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy.j2 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy2software.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy2software.j2 index a843b25b3..de57352f3 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy2software.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8-legacy2software.j2 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8.j2 b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8.j2 index c7a34eafe..f7fe16c30 100644 --- a/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8.j2 +++ b/bin/ansible/roles/atlassian.jira/templates/dockerfile/template.Dockerfile.jdk8.j2 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 index 4e50ef0e5..f0d6146bf 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php70/main/Dockerfile.j2 @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 index de01878f3..66c0b41ab 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php71/main/Dockerfile.j2 @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 index 8556dd556..357ef398d 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php72/main/Dockerfile.j2 @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 index 48dda3715..7eea00f2a 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php74/main/Dockerfile.j2 @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 b/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 index a62455473..c8592dbd6 100644 --- a/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 +++ b/bin/ansible/roles/gurock.testrail/templates/php81/main/Dockerfile.j2 @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile index 84f2f2064..8b0ed3672 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.0.3/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile index e0320ff04..645cab6b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.1.2/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile index c37fc1b86..951899316 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile index 568ed3cd9..37ccc04a1 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.2.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile index bb2b49508..44b4fce2c 100644 --- a/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/1/1.3.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile index 0a6979b70..167734887 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.0.3/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile index 6f99d25e3..0e861abc1 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.1.2/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile index c15df38a1..54a364c21 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile index 24cca3aa8..96e1c4fd6 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile index 3923a8ece..63e348b65 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.2/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile index 39c36cd50..970d9d984 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.3/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile index 9a140f8ca..ba7ed7a16 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile index 91eba697d..f94358e8a 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.10.5/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile index fe16f8fad..ca2777b89 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.3/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile index 19bc8ff89..824e9e6ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile index a497db006..cce096d9a 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.5/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile index e28c0072c..df027820d 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.6/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile index b7627262d..b9a3a6de7 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.7/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile index 5ea4e66b5..68475ef39 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.8/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile index b81213853..12f116a30 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.11.9/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile index 062ea06dd..637f54646 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile index 7830b5797..fc98004a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile index 72ce5a756..e15b9bac1 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.2/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile index dd5c11d10..c635b7f93 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.3/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile index 0dad48952..02d38efd8 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile index 81e434a8e..1933608f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.5/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile index 599d25fe7..17a4cd136 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.12.6/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile index 942e063ad..c181413c2 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.2.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile index f945aa1f2..35b6b5d5f 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.3.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile index 38514884c..a1b0164d3 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.4.2/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile index e9ed07984..5d255c988 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.5.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile index 3f909b745..3d2594db0 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.6.5/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile index 2543ceb8e..d1d30e285 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.7.6/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile index 8ade72b0d..746edb62b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile index 460ba116a..e976029fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.8.5/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile index a2a24aadd..96949e279 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile index f6c8aecb0..b2cbb8868 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.2/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile index e648d6229..95055dc1b 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.3/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile index a23267fbe..0c1511d8a 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile index d064de95a..7d9408415 100644 --- a/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/2/2.9.5/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile index c50091dbb..e4ecc41dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile index 97ff185fa..374be3652 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile index 44d09aed7..b020ff5ab 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.5/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile index 64653ba1b..bf23990f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.6/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile index 98ac84727..89f5b8637 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.7/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile index e87f05ecd..2fb230bcc 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.0.8/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile index bf5e1b0a8..d43b1d3b3 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile index 1736ac11e..a632253a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile index 6a8ce39a3..9960bba5a 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.3/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile index 718e8eca4..a93498b3c 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile index 3abeba678..b5d3879ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.5/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile index 4933af318..d951d6f2a 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.1.7/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile index 267e88f89..edf4ad1ce 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile index 948c0c6e6..f1c07f85f 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.2/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile index d8c78b39d..965384bc3 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.3/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile index bb12c353b..84f75a653 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.10.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile index 45f43dc62..2c85310d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile index d1849e97c..f4d9b16a3 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile index fbebb35fb..69e587972 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.2/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile index 54c1109fc..25656d4e6 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.3/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile index 2d5211d09..875a2ddcd 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile index 3d6223ef8..a46418e1f 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.11.6/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile index 66248e8b7..7c02bf53d 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile index 248d4d7b1..d2509f510 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.2/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile index 3e8bb9bb3..cddeee6e1 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile index 5223c8ac5..0b09d2b7e 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.5/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile index 8e07a19d2..9e011e947 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.2.7/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile index cd905e906..ded3944bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile index baff95b62..e33df0dc8 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile index 58b54d472..ec6792d61 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.2/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile index 9e81ece08..5e7198bb9 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.3/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile index 819d642e4..b6bddef79 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.3.5/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile index 11ee105c9..72ec6c0f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile index ad327497e..b6a1f00bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile index 0feff14eb..2e4c2b45c 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.3/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile index afdf214a3..0f165ba49 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.4.5/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile index 0375b029d..560b13d0e 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile index b6545c4d6..5bfa4e6c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.5.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile index 06e1aa8a2..d884f1de4 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile index bfac7888d..a47657e50 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.6.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile index c507822a0..1d755eeca 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile index 0c639a2ca..8f1b95f39 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile index 924786315..2cbe86461 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.2/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile index 5307c26c7..f85ca0e2c 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.3/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile index 6286e9dfc..8f4a03091 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.7.4/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile index 5266ef1de..c42837a44 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.0/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile index b27b01207..65ea70c83 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.8.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile index 3e1196dde..018a66aa0 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.1/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile index d2a7a4959..ba3e7f1cf 100644 --- a/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/3/3.9.2/Dockerfile @@ -33,12 +33,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile index eb0a2501b..b0f38880c 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile index 00ee6c4b3..89f1d0e67 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile index 9a579e20e..a482fb2d7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile index 3c4590350..95ebbb6da 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile index bb51da7c6..e819a1ff8 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile index 51184dd44..b3c61f651 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile index b16bc0290..212305470 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.0.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile index 18e4471a6..f91786156 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile index 1cd15c510..f6447a2e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile index 4dd53f3ed..ad7b774f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile index 536797d80..fe014fc8a 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.1.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile index c6e103f80..03d6f5925 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile index cb7720e0e..a16fecfb2 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile index d09473b73..94c88d944 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.10.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile index 2eed295fe..13c8de6d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile index 7d158838f..1358a2945 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.11.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile index a742571e7..96b20e371 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile index 409b894ff..b95a4c290 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.12.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile index bbda20ef0..34373e17e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile index b745f720c..c70e1c379 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.13.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile index af2d52c78..6e6806180 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile index b768bb50f..eacb690b9 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile index 42d694b9d..69e1a9fdb 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile index 8fe088272..8905f307e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile index 17f4f1bab..352c10bbd 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile index 602a63fcc..94f173ec9 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile index 01bb5748f..42029bb2e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile index 918ecc7d4..74c551233 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile index e2a39788b..4495c2135 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile index 758e9dd53..7ec280cec 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile index 80c8be8fd..1198a2dab 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile index ff5003737..1a17ce15b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile index bd460b1d2..8eb07e383 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.14.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile index 93ba1ee3f..35fbe28d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile index 4de847831..0e0c2b539 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile index 5eb7941ba..e002e4dbf 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile index cbb4cad8a..bafc3a1b6 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.2.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile index a33720a82..6ef34c643 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile index 0aa4f974e..8066d3a1b 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile index f37966732..e91918db1 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile index aec82873d..63be54bfe 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.3.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile index 6abe95cdc..a47353fc4 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile index c10246522..323c81d8c 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile index e068d1d1d..dffa30c0d 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile index 9d7a46bc9..6f74ce011 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.4.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile index eb17a2d68..d6ae41020 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile index 86b0f1183..c5d8b11c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile index 56a54d4f9..71e7d7f92 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.5.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile index f85ca98e1..8bc10ee9f 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile index aa0443a2b..fdaedbc10 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile index a16252ce7..ebe890cf3 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile index 60500264b..5d5dedda6 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile index 58c1fe33e..62fdac9c2 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.6.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile index 6de9a8053..57a7a2f37 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile index 0620ef76f..be4925c6e 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.7.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile index a318a1856..6b8eed383 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile index 40ac50484..1392df4d7 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile index 55359b19b..89debc821 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile index ced831ff6..d3c62bbcd 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile index f6ddb8a36..25de94079 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile index e0c84a264..46a3783a1 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile index d225730f7..b79680fc9 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.8.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile index 79bbc74bb..1cb622c39 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile index a5ff750aa..372b48cea 100644 --- a/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/4/4.9.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile index 759bcf47a..7ecbd563a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile index d6346ad5d..7bbc545cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile index 604a8900a..e99e106a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile index a7b9d032c..d2ae6ed7f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile index ea8f604a2..653a114ec 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile index b258820ba..52fc27c61 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile index f38cb482b..0bcfbb7f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile index b413b1769..fc8bcd5e7 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.0.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile index 4816b0c93..73d25cbba 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile index a4a25fafa..6f4c9b105 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile index b92aa4a86..17d5d7025 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile index d5f6bc3c2..ae35e887e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile index d7051f9dc..312fce0ec 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile index 8a06c4752..dc411b0a5 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile index c76d8d8f3..27eecb1a1 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile index 8ff1babbc..9a87f113a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile index 21ab1c11c..184719e40 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.1.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile index cccf5ebf4..9437a6ba2 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile index 7e313359d..de42dde27 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile index c1c0a55da..6036c3afe 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile index a4531d347..2ce32750a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile index b25a68f30..a595f7d90 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.10.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile index 3ad0ed8ed..c2b258577 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile index 31998c20d..bdb92553d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile index 0834b775a..99904fc63 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile index 4e8ae4b2c..f283a660a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.11.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile index 653bdfe16..25c00581b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile index 4e80163cc..990f7c5c5 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile index b17932fb2..9c6262132 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile index 128065e7f..5a0ef77b9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile index eedffbf24..01dc15271 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.12.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile index a2b8267e2..0d2c6555f 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile index f0d151c87..c75fd01ee 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile index 36b4c4452..803a6ce66 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile index bfcd639d7..0ecf87820 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile index a8759251c..371eb7b7e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile index abac68ec2..192d0de73 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.13.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile index f3d50ff1f..1f4407356 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile index 0ce700e7c..9896cf51d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile index acddd0f8e..411aaecb5 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile index 8ced7414a..db74d6920 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile index c93a85b44..7aa1b70f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.14.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile index a4521ef2c..a6caa0e11 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile index 084f810b1..a845c522c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile index 52251bef7..44b15c30e 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile index 2cd4bbb3b..8f03921b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.15.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile index 068a37a93..e53df56c4 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile index be6ac4dab..bdfb11325 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile index 73e570eda..721a6cec0 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile index b3c87ac26..55d0707fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile index cf4ab370f..304b1d4d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile index 558150fa1..5b8388dc0 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile index a48d0192e..bfa33b390 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile index 848072f78..439343717 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile index b170c4fd4..4ac63ccc4 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile index fea6a2146..f5cb0a8a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile index 988126ef8..def2a071a 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile index eed6b5161..2b6ce8926 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.16.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile index 47b519edf..4e71c5277 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile index e57e743c0..f151d08a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile index b44e1cf0d..fef87e3a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile index 6de462e9f..b95f51f10 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile index f652cf0ba..60bff9632 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile index 9344e2b5b..3be7efdac 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile index 6a627a48d..47fd07fea 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile index ffebffcd4..da083e540 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile index 31746b48f..70f0d5d39 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.2.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile index c6ff5bdaf..db4de124d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile index 98566de05..9cf81dc04 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile index 0b98671e8..889bffc44 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile index 0434da389..ec28884bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile index dff4d9cfa..dfc63c7ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile index 5c369d2b9..0ef6a3f46 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile index b94105a62..a9a6b994c 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile index ae281d878..e9827f760 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.3.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile index e6750384a..ca9d70ac6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile index 3794dd1e0..89106e273 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile index 713cf150d..706484be4 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile index adff37b5c..e206064ff 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile index ee3fda79e..5d8e829d1 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile index 97ea7f22b..14d7f512d 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile index 456643f65..2f9898350 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile index 368059355..9968d1789 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile index 760444a17..e29ceb645 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.4.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile index 51b604483..c14ed1d84 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile index ac8625fba..bd78c9990 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile index 43747082b..6698edfdd 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile index 04a611afe..6a3a82aaf 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile index 9eadb449a..e9a6957f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile index 5b556f58f..598d95a02 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile index 4a693ac00..49ea774a6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile index cfae80e68..19c1d36b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile index 98968d78b..24caff9a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile index 920eb5589..7efc6d187 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.5.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile index ad035716b..b919fa4d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile index 5ece3c161..eff44f232 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile index 3d0be1c8c..b777a9360 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile index 133b44e52..eec941872 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile index 3d5ee2c0f..144e8da22 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile index d9fb37e0f..c5a3baee6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.6.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile index 79fc907bd..e130af127 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile index 0f15fd537..88cb78952 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile index f8097be22..2c6587895 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile index 9435ba33b..8767a28b2 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile index 72c00aff8..804e10382 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.7.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile index 108ee4eb2..005c1c81b 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile index 91ad9ea27..44e7e2fe6 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile index 02dea7205..330294241 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile index 2fc7e83ad..49b2d2968 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile index a5bab33fc..4273f1438 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.8.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile index cbc76afb9..b036dd715 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile index 96698a1b9..55e016e05 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile index 90272903d..4534857be 100644 --- a/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/5/5.9.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile index bfa50da44..858c71b17 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile.jdk11 index 5e2c11158..b21cf68df 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile index 497251f64..63ae6db8d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile.jdk11 index 58d07bda4..c9d59c6a2 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile index 0847f03c1..e4e704542 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile.jdk11 index 3f133c003..ad0feb26b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.10/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile index ce9ad89a5..4afffc81c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile.jdk11 index 31e757bea..7307b7805 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.11/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile index 9a8184859..972b34687 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile.jdk11 index 84b73974b..806ff2d77 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile index cb8561825..ff9f36fb6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile.jdk11 index c8ba70df8..4b638af88 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile index 142121766..3ead4a16c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile.jdk11 index c48921965..7f9e16546 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile index 7ed559519..3f2cb75dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile.jdk11 index 6aa066fde..18c3a1553 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile index 6333ecc72..c6cccb1e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile.jdk11 index 0078a10c2..c98614e14 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile index eec44d609..cf42fbf88 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile.jdk11 index 690a416b9..9d1ff4755 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.7/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile index cff717815..3ba71d9d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile.jdk11 index 97ffa2715..64b89b0c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.0.9/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile index eee5c2d43..f38c617d5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile.jdk11 index e2f8c4fcc..d8eec44fb 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile index ac4ce4d47..a1df0015a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile.jdk11 index 70b5099f5..b227d51f1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile index 576597486..c187ffb1e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile.jdk11 index 69842018e..be86d2f25 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile index 2ae4a8616..bd9cd37f5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile.jdk11 index 5428a6bac..375a609f6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile index d2a3f0541..b751d0172 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile.jdk11 index ed4eeb985..bde86c1ad 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile index 305453f46..28710a586 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile.jdk11 index 9d22d5faa..3a7ceb7f9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile index 9e6ce50de..bf0f70f89 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile.jdk11 index 8a7104469..c5e3965f1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile index 0941068a2..04b859327 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile.jdk11 index f9401a246..3890832f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.7/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile index 82dbe1517..bb2df7258 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile.jdk11 index 2896ab68e..e419f01b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.8/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile index 71653c41f..8bf9bb1d1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile.jdk11 index 62074a597..2923a465b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.1.9/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile index b44f3955b..1c1b02361 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile.jdk11 index a925eb89b..65a254885 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile index d9b07276d..dc1374e13 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile.jdk11 index 02a838dd5..301446ee5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile index f5466d134..71a191544 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile.jdk11 index 1663a5615..da560514b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.10/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile index 0d05b4a1d..6a4275dfa 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile.jdk11 index 2cb3fc7b0..06b62ac20 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.11/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile index 4bf9ae9bb..107a88277 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile.jdk11 index 89cf71f1d..283af8690 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.12/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile index 9bcb0885a..edbfdd91c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile.jdk11 index fbacde564..6e325874a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.13/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile index 179b6302f..a5ede19a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile.jdk11 index 8f11f3286..53f40acb3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.14/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile index f0b36d737..ca93e4ab8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile.jdk11 index 5b386c5fc..89cb05ddc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.15/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile index 58ff14a7c..ff9520f53 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile.jdk11 index 2edd147f2..964360353 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.16/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile index ead76fa30..1f29b81bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile.jdk11 index f75ae0597..a070c38c5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.17/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile index 7a6b82cd8..96468ac96 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile.jdk11 index 28a320212..8fe906e76 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile index 3b6d2a289..8850748b7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile.jdk11 index f180bb093..ffd0ab98f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile index e4eb30407..654c31faf 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile.jdk11 index 4cf808061..053fce6a1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile index 7f3fe80ee..27740c108 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile.jdk11 index 4da2214da..c3d54f612 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile index 655d39394..8e9fd689d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile.jdk11 index d0d5e61bc..fdce6c955 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.7/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile index e3dc522c4..d76f5eb3e 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile.jdk11 index 23651a600..6ff0a4186 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.8/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile index dfba0557d..a8a3fe6c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile.jdk11 index 64c470d6e..e1a1e6a80 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.10.9/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile index e61590b89..bb39cad48 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile.jdk11 index bebbca3ab..4f334d331 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile index 8cc869e5c..ecba812c4 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile.jdk11 index a74ea4dbf..18ca6a8cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile index 029737b4d..7d27ef36d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile.jdk11 index a3eea2c0b..a48eb7bc0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile index 7d56e0f60..681f37ee6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile.jdk11 index b7996d0fc..dc24c3d38 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile index 52ea2b9b0..b72057fec 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile.jdk11 index 9093536aa..dd1b39e17 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile index f5fff0936..883b95e17 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile.jdk11 index da06c9396..347f11cdd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile index 812e524e9..f94df0ef7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile.jdk11 index e0758e548..bd6a5bac7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile index 125c87347..cc30a85b3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile.jdk11 index ecebbf0e2..a19fce232 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.2.7/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile index 0b10d626c..38b3c34da 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile.jdk11 index d5cad59ca..626489d01 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile index c2d1a511f..50b67a4f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile.jdk11 index d201cfae4..b1c17a30b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile index 5e228242f..9a4600c09 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile.jdk11 index ef901a697..14647e11c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile index 4ad96cd3a..54a7f8741 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile.jdk11 index 1939a8226..60b2df805 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile index ae59cc1cc..5cdeb72d4 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile.jdk11 index 05cb40dfc..5e4685ebf 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile index 964e932f9..1ae9b3977 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile.jdk11 index 42c3f81e4..7cd84a4ce 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile index c9854c135..8f22dfc66 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile.jdk11 index cf4afd070..afef78bd0 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.3.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile index a40e5762e..f2a7232be 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile.jdk11 index 6410236f4..18017741b 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile index 25ba2c8fa..f289388c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile.jdk11 index 2e8f7929f..90898bb3a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile index 0a3da2e3e..d8091ef64 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile.jdk11 index 3576c1885..6cfcaeac3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile index 35ff7fdb1..3ffbf13f5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile.jdk11 index 388a07509..54250f222 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile index 1fd819bf1..d38dfe104 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile.jdk11 index d3585c76c..4e58c719d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.4.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile index f73750616..8b014e365 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile.jdk11 index 3fb5c0e0e..2afd4091a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile index 568cdcf86..35ac4b4c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile.jdk11 index 7864489cd..aff81ed12 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile index 1ee930b41..933d445f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile.jdk11 index e7fdd2838..249ad3704 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.5.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile index 7e9be5caf..9bd19325a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile.jdk11 index 72cb1f6ea..3c53f7f44 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile index 29c72daea..183d92060 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile.jdk11 index d454b59ee..28f0ecacd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile index 535739fef..728912f44 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile.jdk11 index 9bffca1f8..24bad2513 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile index be3654aed..c532c5432 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile.jdk11 index 47a4b2a58..48da08efe 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile index 08c4c82ef..023793da3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile.jdk11 index 9a52bf495..36bec3d80 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.6.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile index 801f7914a..9a4a85bc6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile.jdk11 index e5c9745a9..4609d8b30 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile index 33eb60e7c..5c9006b36 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile.jdk11 index ec118d040..c18a1363d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile index 2cc6f8219..e1af54012 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile.jdk11 index eb36e42a6..7471b85c3 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile index b4a6780ee..673177ac6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile.jdk11 index e89cb3922..99cc83bb7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile index 4b4ccd8e8..38ef5d281 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile.jdk11 index ce13c1aa6..05abfcb99 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile index 439c7e398..f5032f6a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile.jdk11 index b1bf1c01b..44926538a 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.7.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile index ec1f5df18..36334850d 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile.jdk11 index af1e10350..68fcd45c6 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile index c6f662368..2263a2fcc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile.jdk11 index 063d56a89..d4fc6c888 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile index 4f07870dc..1b6f8aab1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile.jdk11 index ffa5c7538..39a6e618c 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile index b572e3fc3..18709d7ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile.jdk11 index 85625cb5c..db62b0afc 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile index 9fe9b5683..63dc2b5ef 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile.jdk11 index 62410742d..5b5368860 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.8.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile index 6ceead47d..b6b4c5ab5 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile.jdk11 index 275d314b5..d720383d1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile index feb69e056..e7ec6c39f 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile.jdk11 index ce146c514..d7569d639 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile index 58e23f563..f4ac076bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile.jdk11 index 1d040a87c..5b1a354ec 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile index 8a64a1349..d18bd61e7 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile.jdk11 index f7e7a2436..6115f0bd1 100644 --- a/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/6/6.9.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile index 20d26cd5b..fa358be22 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile.jdk11 index 41fe4a02a..c0d1d4c4a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile index 217a0345a..d0ba2172d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile.jdk11 index 6764561bd..4506670e3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile index a00c1041f..a9fb8b08a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile.jdk11 index cbe1f1c23..4454f67f2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile index 720c90ce5..b516731e9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile.jdk11 index 260596a79..c0665fa8a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile index 501fa0175..fe0174624 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile.jdk11 index 92ec8df47..cef07ee98 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile index 6360e5cbc..c63fe5f3f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile.jdk11 index 686de5a2f..90201e77e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.0.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile index 44125f733..ebee1e032 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile.jdk11 index 0ddfeb2d9..826fb4843 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile index c8fec5db5..698f729e0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile.jdk11 index 6a7fea41a..ec942aaed 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile index 96ad8ff60..370771776 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile.jdk11 index b0679976a..c4ffd9bea 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile index 99eafb718..809ec2245 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile.jdk11 index 19610220e..bbe36e477 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile index b8e73ae8f..cd7eb49c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile.jdk11 index 9ea1974e3..a68ad5c2e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.1.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile index 51d56bc76..318c97e90 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile.jdk11 index 61c4cbcbe..976e580ce 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile index df6734bd4..f7cafe438 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile.jdk11 index 922f4d555..8025debb7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.10.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile index 0dd1be7a6..ad2ac37d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile.jdk11 index f26878cec..b873f57bc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile index e50d78980..412bd797a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile.jdk11 index bd4d94e84..4cf32cedb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.11.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile index 2a26c03a4..9a54cbacb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile.jdk11 index 79b358ecf..18d8e5a97 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile index dce15c993..8a841a545 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile.jdk11 index aaf818d8d..8be1042e9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.12.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile index 7febf562c..37252c502 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile.jdk11 index 3e3bed9cc..d6a46d463 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile index b459cf83b..ea326b40d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile.jdk11 index cd73f2d03..b97528326 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.13.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile index 518de463f..41d621532 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile.jdk11 index 0f28111dc..56e30550a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile index 1796067fd..2d8b64211 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile.jdk11 index 660bf630d..d58b4da14 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile index a99c3349f..4de395f07 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile.jdk11 index 36d809f9b..96712e8eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.14.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile index ec1ca3629..8db875f77 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile.jdk11 index 0199920ac..bad852af8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile index 9f1f9ec77..064b656ec 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile.jdk11 index 3dd12b05d..b7fb9c09a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile index 3032ad808..db0ec8825 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile.jdk11 index 083aff3dc..e420d6430 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile index 4e6ea0054..f9e32f945 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile.jdk11 index aed9d6792..62e9df2ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.15.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile index 8b173dd9b..57abc787f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile.jdk11 index 33474c79d..979673f85 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile index 2e739aa81..22b4d5252 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile.jdk11 index 0f12e700a..625ce4be2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile index 29d8cf732..0dfd990ce 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile.jdk11 index 091daac0c..bd98184a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile index 99fcba980..240677f02 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile.jdk11 index df51747d9..4b50c0663 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.16.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile index ff592b140..ed5ed2c2d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile.jdk11 index e4f87b0bd..1eff7ad2a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile index c2c54c1e2..5535a307c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile.jdk11 index b88215fbd..005288279 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile index 6aa4414f8..e3b6f3d06 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile.jdk11 index 3e43b113f..06237e5db 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.10/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile index a8947b6b5..28266a843 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile.jdk11 index 2a0fa4e2f..e2ac1b4dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.11/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile index a7d020bbd..9607c2b34 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile.jdk11 index 42fe4eb4f..c480295dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.12/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile index 4ea8504ec..f1c084cfb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile.jdk11 index 1a8a24c3f..43c15dc39 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.13/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile index 948e92e86..254b46548 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile.jdk11 index a067077ee..af340a5e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.14/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile index 4bf784080..5c06acd02 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile.jdk11 index 3c42d2e44..07b434c9b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.15/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile index 372752761..b550cdc4f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile.jdk11 index 9235e874d..aeacc3b5d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.16/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile index 32e716064..ded711efb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile.jdk11 index 745ea9640..e913a61cd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.17/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile index 050d6a905..740d42143 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile.jdk11 index f3f42bd21..5e4698442 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.18/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile index 907a30d08..9f742e2f6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile.jdk11 index afd89bc2e..23fccfb4a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.19/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile index d4661c715..25c4a21b5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile.jdk11 index 8f2e4bc38..e8fbdf072 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile index 7dbe1b860..23f09c40d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile.jdk11 index ab0a4596c..0c9581cc9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.20/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile index 9e2cd1c36..e3cd4e75e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile.jdk11 index 36fc0f182..d9ac00ec0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.21/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile index 703c24afe..c151a94a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile.jdk11 index 30c208797..b17fc0566 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile index bf7574644..9735cac62 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile.jdk11 index 6864a988b..a25d571c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile index e4c7b6ac0..88005d76c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile.jdk11 index e40ab62d8..229192009 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile index e08eee7c5..f3c94aba9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile.jdk11 index 3e45e7dca..a7a847132 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile index ae409c39d..14669a2ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile.jdk11 index 2b26f2607..b19f4fa58 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.7/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile index 57b56be28..f11d06b81 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile.jdk11 index 45c4fd635..4ce2db7e7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.8/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile index 96dc2a1dc..b3e04a575 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile.jdk11 index 5fbc2c779..e1adcabf0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.17.9/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile index b12f09840..8fdbb5fa3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile.jdk11 index 1a7be8fa6..32946b9c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile index df404ae77..e4893443e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile.jdk11 index f8d5de615..6771f31fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile index b68e56e00..5405ee824 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile.jdk11 index 6ccfb4cd5..1ff4a9108 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile index a0a546e51..3d184984c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile.jdk11 index 5090a6e73..ee57017fd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile index b6f4e0b65..a2366f025 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile.jdk11 index 52e7d2ea6..339edc3a9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.18.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile index 906c0387d..b003313c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile.jdk11 index bf92fa44f..707465709 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile index f38f69df1..6fc3a3a88 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile.jdk11 index b9b3a8aad..0a053acf9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile index 4fd670da0..589af856b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile.jdk11 index f2d60e3e0..f41be4ef7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile index 04bb14f36..98c828896 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile.jdk11 index 3854b3c57..98f276370 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.19.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile index 1f1095330..c1aa3347b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile.jdk11 index 1add23c5f..224be3d76 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile index a1f13731a..36aa810db 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile.jdk11 index dc26a6c3c..dd0057b09 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile index 885f2da3b..8fde18c10 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile.jdk11 index a7becdc1f..41b7e794e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile index 9f38aa781..52ee4eb5a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile.jdk11 index eaa20d55f..35fcc8c29 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile index 7d0078a31..ddc509042 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile.jdk11 index 62b6d8833..3b9e35e73 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile index aa1ff0aa2..80a80c18f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile.jdk11 index 4088d7a02..cd5df7e24 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile index 3b1752dcf..8ad9a6895 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile.jdk11 index 568de080e..37184a80c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.2.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile index 220680164..5dce5ad95 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile.jdk11 index ff45a6f0c..1d162fe15 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile index 098de43ac..99fa6c80f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile.jdk11 index a47e83937..3014c4acc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile index 569a883c1..e2f321976 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile.jdk11 index d9466004c..a469dfa95 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile index 69684729c..a4d2587b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile.jdk11 index 5149601d0..e8d328376 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.20.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile index 4be234097..e39b34ba5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile.jdk11 index f1a2d412e..ff8f55cfd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile index 158649eee..75e03de57 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile.jdk11 index 0ee326031..9c68d81ac 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile index 7e5239dad..3f5c144e0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile.jdk11 index 219c7f639..e381c6490 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.10/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile index 69b179915..8eaa49413 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile.jdk11 index 22ec3d254..ee3b5c490 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.11/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile index cce4d5d96..945b63566 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile.jdk11 index 2033e80d2..533a65bdf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.12/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile index 267789480..c164b5062 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile.jdk11 index a1816d59f..5f36252fc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.13/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile index dc1826971..911fc246d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile.jdk11 index ea06dcd08..ebdb112c2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.14/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile index d37d5810f..750d66f41 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile.jdk11 index 2faacc7cd..95df3fafa 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.15/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile index d47a66d2b..888bcc51f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile.jdk11 index acf99051d..854ae7c63 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.16/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile index 62e1ba4f4..4fe52ad12 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile.jdk11 index 3f5856bd1..063675e4f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.17/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile index 6f83ef1d2..235cebc78 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile.jdk11 index 4a4a1ea5e..1e3fa346c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.18/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile index ccbc779d6..118e64180 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile.jdk11 index 52c8ed805..2e9fbdb21 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.19/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile index 4c193b2e2..cbca0be69 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile.jdk11 index 96bbff888..938dd3097 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile index 9b8913a08..836eb3fca 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile.jdk11 index f532b6740..d151bc0cd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.20/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile index aa46623a1..fd1fa541f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile.jdk11 index 7aedc8c14..63a1a940c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.21/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile index 3348b792a..ff32f3001 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile.jdk11 index 21376ff47..c5ac006d7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.22/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile index 469c8ab9f..3975b6291 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile.jdk11 index 1adefcdaf..04f0a2853 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.23/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile index d0d244d69..ffa3fbb91 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile.jdk11 index abbad693b..e3984313b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile index 1e56da677..85026e240 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile.jdk11 index d2f0f5ef6..d6568e332 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile index e0494dbcb..362224f51 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile.jdk11 index 529fbbbd7..8e128a4c3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile index db61fb242..ae5ef21bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile.jdk11 index 26eb6aba9..1be245fc8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile index 1b45baf00..16dd0ef64 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile.jdk11 index f72052389..856bc56ae 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.7/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile index 1de90c98f..9bab5aed4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile.jdk11 index 54bb88a42..bcda69a9b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.8/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile index db9ee748c..046a75e27 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile.jdk11 index 1cd8bcece..e5670b32e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.21.9/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile index 18547aaa3..c08eef2d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile.jdk11 index a8d2433c0..e659970d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile index 1da209aab..8c26269da 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile.jdk11 index 25284d8d0..670f3afd2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile index 7634b0617..389cc6f01 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile.jdk11 index a30c514f7..94bb1432a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.3.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile index 47b32e0c1..1542bbe40 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile.jdk11 index fe0a9cdce..041bfd095 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile index bf819bc1e..795bf9b8e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile.jdk11 index 0a1c00c30..fedd2c4e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile index e67beee0e..cd1660ab9 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile.jdk11 index 76bff73e6..68e078298 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.4.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile index b6a9ec990..811ec0d8c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile.jdk11 index e4e4cd572..e3d1a77a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile index 288dcc5a4..0ac2c10ad 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile.jdk11 index f5627ff09..109e82edf 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile index 034da4ed7..8803700a5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile.jdk11 index 828814e26..562ae1c21 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.5.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile index e0be86813..d9fa5ed0c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile.jdk11 index a0517e2a4..f17b11a89 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile index c2c6e014e..befdf45c0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile.jdk11 index 96ef22ef8..db0c596eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile index 763ce185a..6bd87c7bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile.jdk11 index e0aafcd93..7c219ab1d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.10/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile index a465938d2..0d2cafd7e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile.jdk11 index 7d2c71410..b9ed176b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.11/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile index 8ef933647..d400ad727 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile.jdk11 index 8d2a13be4..6f9b4106e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.12/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile index b1e0ca4bd..66c5d681e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile.jdk11 index 38fbee43c..bccc484ae 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.13/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile index 554a003b6..ee250c34a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile.jdk11 index 4e48333bd..fa4926914 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.14/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile index 505f963aa..f1e23cc34 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile.jdk11 index 2e99cd90b..379f3e869 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.15/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile index af3579594..838848672 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile.jdk11 index 1425cad23..bb54cd953 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.16/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile index 4d79ef86b..5ab8bd24c 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile.jdk11 index 0bf28f81d..bc80568f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.17/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile index e586e33de..9dab71a60 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile.jdk11 index 8db5f226a..c14732d79 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.19/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile index 5cc58f5dd..e68626a63 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile.jdk11 index d73a84fe3..e04408dd1 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile index fa5904ac8..329a9ff5a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile.jdk11 index c2cbaa803..5d94e877b 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.20/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile index 84943dc11..571da8f7f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile.jdk11 index 531ac3a8c..2ea449056 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.21/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile index 88c3d56b5..f1fea420a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile.jdk11 index 214b65041..e0703f755 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.22/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile index 1153c5ce1..91d1711dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile.jdk11 index 081566f0a..e183fc9a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.23/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile index 2d459ccdc..b3b8ad322 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile.jdk11 index f13d5b32a..0d5064a9e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile index 9ed956614..184ae3100 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile.jdk11 index 59db18cf2..a11521592 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile index e3e722bc3..b49c5144a 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile.jdk11 index bb38080f1..53cb1f832 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile index 78b0197dd..62f69dd00 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile.jdk11 index a50e89df9..319059636 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile index e47a82e00..3a5897f40 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile.jdk11 index a02ac914f..32dc9feea 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.7/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile index dacc41134..c4cbdd4dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile.jdk11 index da84d83e2..2926776bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.8/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile index c11a7ddb2..7e9960e89 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile.jdk11 index cbe4bb18a..94aa9bbe8 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.6.9/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile index 2480a8322..33569256f 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile.jdk11 index 7ff051256..f46ab6d67 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile index 5ea84e297..77162c91d 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile.jdk11 index 39452fe4f..b471dc874 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.7.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile index 825dd965f..087cee335 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile.jdk11 index 6b96ea00e..82d2dffa3 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile index c295cc0c4..cdbb3a744 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile.jdk11 index 6bbaaf903..0a329e580 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.8.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile index 74d545739..248111dec 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile.jdk11 index 19bb0f472..6a75d7fae 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile index 2b7a1f1cc..6825f2a5e 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile.jdk11 index 9a0a081c9..1e57b47d5 100644 --- a/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/7/7.9.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile index 0d9e295a0..8d1e1757a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile.jdk11 index f35adfa6a..29dd745e8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile index b5ab1240f..639c53a34 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile.jdk11 index 4ab346811..0e9610785 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile index 0d5bb680e..5b1e034dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile.jdk11 index 5a4a348bb..0b591cfe9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile index 93dff0e60..c4536a54f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile.jdk11 index a214a7457..cf765d9bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile index da67b2329..28f9d2dbd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile.jdk11 index 5301d63a3..922990243 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile index 8f062da1b..fb8904a6c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile.jdk11 index 6ad385a08..6837b7936 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.0.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile index e40df1bf9..3c537c925 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile.jdk11 index f80f14aa0..4fc7cdb03 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile index 87862acf3..8dd508fcf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile.jdk11 index 51de4a766..3fe163507 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile index 758b67e39..81b738deb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile.jdk11 index ae43b74f2..c20b64eda 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile index f7bf4d025..fdd457d3b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile.jdk11 index 1369f50e3..5560c15ed 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile index 63fd18afc..13fd745c1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile.jdk11 index 8acc2d23c..291fae5b4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile index 9db4f1a70..19f211536 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile.jdk11 index 21702b662..130f54540 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.1.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile index c8fd13260..9ddaf2fea 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk11 index 1e5367d21..fa6e44581 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk17 index da9ff6bfa..bd4804c1c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile index 56e8068b0..1323dc67d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk11 index dc761432d..5e3f961ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk17 index cb9a3dc9e..f985dfa91 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile index 358665dde..55f519473 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk11 index ba09945a7..32490c55b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk17 index 0b3ef387a..c90631678 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile index 579631e83..1ffc087a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk11 index 769933ddf..0dff9f1c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk17 index 529efd957..b1d76baeb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile index d5c02d422..770d3a233 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk11 index 7cb89b194..fe0a61de3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk17 index 59556be12..3d43ed5be 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile index a90cb3250..cdc170822 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk11 index a0ab1aa61..a3bfed427 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk17 index 6d7ce55ba..7f6211bbc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.5/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile index 67d7127c7..f176a9192 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk11 index a4fcd0287..08c618fed 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk17 index 07fa45b46..a77bf024c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.10.6/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile index 2c82e7cc6..b145c5752 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk11 index 21286683a..000e52e59 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk17 index c39b9eb37..01b4f3b7d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile index f32f5745a..2f6bd4e15 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk11 index 07be37c51..262670648 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk17 index 8d1617181..a81ef0959 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile index 2394dce4b..54d8286b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk11 index 0f400a0ea..455a69373 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk17 index 650b11e71..af24d420d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile index 1e3009d32..1b547b326 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk11 index 960acb380..2edd5f6ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk17 index 7157b56b2..9dd8adde5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile index 49de792be..cf482496f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk11 index 92652499b..d91a2e2f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk17 index a305272c6..bc5c1c070 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile index 079c16665..439ed9b38 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk11 index e2edf09d7..6d7031b4e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk17 index be1ab1969..a7cfc078e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.5/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile index 5482ca195..d73a28ae1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk11 index dad639dfa..af13cb73d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk17 index b8b04bb70..5a23a8142 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.11.6/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile index 69fa79fd0..b568cbb26 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk11 index 96dc29adb..d92695675 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk17 index fc8ef1f33..5bfee9a5b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile index 16d3579d9..fea81b885 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk11 index 7a00d1c4a..87dbbc8c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk17 index cbebd3ede..c45fb1755 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile index 793a0bac7..5000ba86c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk11 index 76de5fb8d..f3cc7e077 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk17 index 902e87c1d..950f0f8b9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile index 4220f7b43..f2534e502 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk11 index 4932f69ed..43116386c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk17 index 508d4b102..289fe0a32 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile index 1772a779a..e8a5ad691 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk11 index afb9403d1..dc4265b15 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk17 index 98d1d2288..70a9b4073 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile index d9abcb276..6b4ce32af 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk11 index 5082912f6..c67ff4bd8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk17 index 28866ff0e..55e4c9786 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.5/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile index 85567b8cc..78a868334 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk11 index 970e731f6..6ac096f51 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk17 index 958311691..60a85062d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.12.6/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile index 720998a5b..f91e1c7d5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk11 index 30a14d8bf..e54288839 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk17 index 1a8f06677..47f7741bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile index 75b358a77..c702e254d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk11 index 684bc1815..5ac186553 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk17 index 2b9dc68ca..560063502 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile index e2fad2d96..b850eed7d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk11 index df711d9d0..8b6c5ec9c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk17 index ca7fd0fd1..dbca14c5b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile index a328a3989..218303423 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk11 index 5d42192a2..cc3c83451 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk17 index 52c3ccd59..82ac26534 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile index 25b6880d5..bdabc69f8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk11 index 2e4825f8c..5a75886e9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk17 index e8eb74e88..efec5c1aa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile index 87b9f2acb..6ff7a103f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk11 index bb9cfba9a..83f0392a8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk17 index a5e3fbeb4..dfe328fae 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.5/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile index b03e052ff..24a1bbfa3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk11 index f026060ef..7c4c99999 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk17 index 230213305..48872f7c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.13.6/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile index 26fe60549..ab2ad53b3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk11 index eb1ca40df..51d25ab1b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk17 index d6ce6b1df..5fc17e05b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile index 2909f4926..d6c9e38ce 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk11 index 0ba33b0b0..334a89fde 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk17 index de3ef2923..b228f8a34 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile index 299f92aa3..b7c8fb003 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk11 index 663577e2a..e5bfd5b75 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk17 index 7e483ad2d..4816dc84a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile index af07097a0..4c81ad726 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk11 index d773f645b..317d371f1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk17 index 83e997176..506420de2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile index 13c0e90b8..b0a708692 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk11 index eb94825d0..3f53d1ed5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk17 index cec3830ad..f78afa152 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile index cad8a1848..a02fdcc4e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk11 index c2afee311..ce9c690f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk17 index fae1ea09c..c34129cbe 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.5/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile index a038a151a..915b8b085 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk11 index 0019fbbcf..e709ad983 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk17 index 16cda5796..816cf1856 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.14.6/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile index 9bd944b3c..acde55d61 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk11 index 917b428a7..ffcd4aaa6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk17 index ef20ed1c8..ebc0d5dcf 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile index 607d255e7..cf8ffd3d6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk11 index fcd9f1ce9..9c34ef952 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk17 index b94860424..79fb658df 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile index 519e965d7..385b42b8d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk11 index 4c33b168d..070d46520 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk17 index 31cd89cf0..e3b4c5110 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile index 0920e151e..db8963133 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk11 index c39e3a774..69c8a6d35 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk17 index edbd86a05..deb494173 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile index 01e5d071d..c775cdce0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk11 index 66d9e4f81..dce0fcf25 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk17 index 308763c64..f687481e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile index c6cf057f8..91426e224 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk11 index 816d0c7e8..d50eb47a7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk17 index 5bbd38143..d54de7eb3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.15.5/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile index 5f6f8c3f1..7716fe67e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk11 index 573990abf..8c7e55d34 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk17 index b10608a88..68b2a01db 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile index f7beae375..a7ca5be94 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk11 index d4900baea..dcdb20ebe 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk17 index 27b1723bc..19c4daa23 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile index d6facde89..97b8f4b66 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk11 index 023d06f5e..d627843a0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk17 index 0c2210783..9d5119f49 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile index 7d6d10974..8e033535c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk11 index 85a106ebd..9abc9f0b2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk17 index 0043ee115..ada10f90a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile index db12e9bfb..d53986bc8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk11 index 0d11800a5..ebb82842d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk17 index dd163860a..5a9cbdf12 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.16.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile index 675c8fb89..620a2a325 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile index 37c5f247b..c1368d240 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile index 704a59e1c..8ce35ba6c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.17.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile index 5357e6318..8e6a78401 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile index d142b3a4d..56380ac96 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.18.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile index 6bd6e7b1c..d7eeb51f3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile index 7983a3603..6e662bbb5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile index 7abec7c80..583f8d1dd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile index a9559331f..5fae89777 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile index 66b30230d..ecb0a6c32 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Dockerfile index 8f6b491ae..6fb0d46e9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.13/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Dockerfile index e489c077e..01bc1119a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Dockerfile index d17764418..c0b0111eb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Dockerfile index e214ba478..3f61714f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.16/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Dockerfile index cca4dd563..5f3b33993 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile index ade5d6217..4f0e5e5a5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile index ebcd30194..fa76b28d4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile index ad85ec305..94636fe10 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile index d1436ecc5..99001663c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile index b6fbb4165..4a3f13ed3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile index 2aedeadb1..5e710ad67 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile index 15961b0d1..6b1af41c9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile index d32bbc7ec..34254dff9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.19.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile index 7cec99fab..004c3c813 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile.jdk11 index fc8d53b7d..d8c725d83 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile index 541196f85..bbc7a624a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile.jdk11 index a0cbac2ed..acbcc8b97 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile index 03d27a2e0..e0640353c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile.jdk11 index 50167d000..0de1ef694 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile index 01c721d97..1f785cc07 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile.jdk11 index ba80086da..1f75cb62b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile index 103dd4361..c0787e263 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile.jdk11 index af842727f..8d8889c27 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.2.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile index c14fb169d..f69f4593b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile.jdk11 index 3d953ef94..2a2859594 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile index 543d22c02..b9aa07c27 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile.jdk11 index d5fe8c50b..a2985d0d4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile index 22a36dd39..18a5cddf4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile.jdk11 index ccd0cef8f..e22534471 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile index a90cb1bc6..1f5a06862 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile.jdk11 index f70bb82fb..8d8cf03db 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile index 701d73463..b2efdeab8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile.jdk11 index 0d181ecca..fdbd0a4d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.3.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile index 34808fac4..cfb1c8095 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile.jdk11 index 2836d3dce..a004a95dc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile index 555bce8c8..1fa96cd05 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile.jdk11 index 3d7d4f707..5b9d2e794 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile index f66310d7a..aea55915b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile.jdk11 index 266214f2e..8912231be 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile index b4f01e18f..b78db7c5f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile.jdk11 index e67917c03..8b283be45 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile index 68bf11e27..fd9a45aaa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile.jdk11 index 616c9b379..05f56151b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.4.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile index 19fa25ca2..d61921dcb 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile.jdk11 index 8aa6bc9bd..ebc713eda 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile index 26a1918b8..e1923b686 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile.jdk11 index ce48c43cb..bf111eea1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile index b6edf83ce..45f4af5cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile.jdk11 index 4b1abcfa0..88f97a34a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile index e605c479a..62ed0cfc0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile.jdk11 index 532546fe8..58e41466c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile index bb2a877e7..e6d757d75 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile.jdk11 index e2fcb2717..40062ab06 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.5.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile index d1fb81626..274e643f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile.jdk11 index 7ca5e8c7b..5f41bfb12 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile index dcd9c0f5d..d9693ea22 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile.jdk11 index 3d08ab5fe..b998af44d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile index d34664672..5cd00802c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile.jdk11 index ec25a9331..3f4be7e7b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile index a12cc0259..fb714eb28 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile.jdk11 index f5475ade0..56ca33d4f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile index 0e98bdcf0..e81a91d45 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile.jdk11 index 65fafbbc9..94b920fe9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.6.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile index b5a642661..44b68c2d2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11 index c558b2449..e1d101aac 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile index 4068262ef..2ae96ba2c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile.jdk11 index f679184ed..dcfd8ab40 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile index 559ef4b58..c3bf9d662 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile.jdk11 index 1f12efba9..5a5ca425f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile index 807170d46..ffb2ba8ac 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile.jdk11 index d53ad3cd5..0df7db37e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile index 1ad5332b0..d59cdce58 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile.jdk11 index 8bd043e33..793a9e88f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile index e583dd307..412432e99 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile.jdk11 index cdc15e46d..44dd6b625 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.7.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile index 00d1d34d3..953f0d751 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk11 index b980e0646..4fc333590 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk17 index f5c3fae66..39b4846cc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile index 9ec283072..e477cb7b0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk11 index db2080d36..c80d5e862 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk17 index e66d6df14..7021feb25 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile index 4fded90ee..4063cca28 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk11 index a2f30fd1f..d56ff2f19 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk17 index e64c4e212..1dd14d6e4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile index 1b2014dc9..f75a5bbb9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk11 index 85d2ca456..3ae44561e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk17 index 48311342a..91934f2f6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile index 10c248305..73faa9f9f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk11 index e027d5122..0ef4646c2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk17 index 4f1713ee8..f7068d8ac 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile index 4703ffb1c..41baadb25 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk11 index fa7e0d49a..e20283c15 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk17 index 248deb921..52568f515 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.5/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile index bf840cc50..c2dfdb050 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk11 index 0859d94e2..57f624948 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk17 index 9c98ad975..96423f8e0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.6/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile index 507f72dfe..ed6543c53 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk11 index 6aac6735a..00b17d6e5 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk17 index 60209b80b..309797688 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.8.7/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile index 0b8658e96..b979bc7ba 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk11 index e3508d36a..416cbc533 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk17 index ee019f152..99aadc4d0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile index 869968be3..2305d18da 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk11 index f9eeb0fad..0846e159b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk17 index 69b020197..4ee0cec77 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile index b9dd085cc..89342b299 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk11 index 4c2314387..53c576f47 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk17 index 802528a1e..052058655 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.10/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile index f3522300f..6d270db81 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk11 index 33f65e925..942e62167 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk17 index 0dde52ff3..8afe3b8f4 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.11/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile index 97c3c4434..2c9bdb637 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk11 index 2b4302a7e..5348f396d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk17 index 19c67f5e9..d593b7b6f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.12/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile index d6bcf80b0..6c3075bfa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk11 index 2a3b54921..f9367e420 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk17 index 3dc1d1bf8..0dbafd1d8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.13/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile index d7e6d15b7..f15936ccd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk11 index f30f5bc75..ca0a79920 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk17 index 051ca761c..117559018 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.14/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile index 477ce3a00..ff1e0ec9d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk11 index eb6318ea5..70b8d84f7 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk17 index 0b3f18413..f0059c309 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.15/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile index 5f08c4056..8aae894e8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk11 index 0d5c11c98..c44b2aa40 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk17 index 82b36631b..33b6c31b6 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.16/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile index 3fc4e2e19..bbcceb4d9 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk11 index ac607c92d..68f31fd7b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk17 index 3e07f4dd4..ed199db67 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.17/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile index 0b5143b6e..a434cb30a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk11 index 9d85a7c23..3bd6066cd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk17 index d747df362..6eedfa16c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.18/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile index c5ab02b79..c585a0295 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk11 index 35819be31..cb6589480 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk17 index 02ac321f3..629fcc631 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.19/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile index c5daf3303..2a020f2bd 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk11 index 7fb05cdec..637356542 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk17 index 1b352c36e..53b8fa9aa 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile index 97af4f91b..3be400815 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk11 index 406a0cb22..3d1ea5b3c 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk17 index 06d07bc21..14b4abdfc 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.20/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile index eae3feb65..316f9d1d3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk11 index f24725ac7..0207a231a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk17 index 02b83ddea..d4dbbcb3d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.21/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile index bcfc6accd..c761c041f 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk11 index 31edd7988..2b30c443e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk17 index 58a48d43c..5a9e6b1b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.22/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile index 1cae153cb..5c4cca56b 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk11 index af765d0d1..c07e3bd1d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk17 index 89a878863..fb62862ca 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile index 4b5b5661a..6003f1d5a 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk11 index 15616db69..2b03a0dd8 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk17 index 24047e8e6..b3ff772b2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile index e0f477e4c..ded2d52e2 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk11 index c41884cc7..e5a837226 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk17 index 58b108e7e..1fb1be698 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.5/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile index c5e7803ed..6a1e8e3b1 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk11 index 07b510d73..30cf46054 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk17 index eb8f6e73a..ac5a0b748 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.6/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile index f7450c62f..33326b085 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk11 index 3560a3aba..79304450d 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk17 index 86e37ff39..8fa0c386e 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.7/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile index 0dfb8b0d0..50dc47c02 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk11 index fcfd6597a..f8227e729 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk17 index 7d1f45d6a..ad0e75587 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.8/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile index 454cc22ba..5a2dd6ef0 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk11 index 3de44bfb3..5c979b858 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk17 b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk17 index f1e1d5eed..e78bbf4d3 100644 --- a/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/bitbucket/8/8.9.9/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile index 31d74b7e0..dee7f2f13 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile index 20010f073..a10753f18 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.0.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile index 7a23d7080..ca4ca21c7 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile index e6f090fea..049055577 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.1.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile index bd8209f1a..d2fcaa506 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile index 391d692ee..ad088739a 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.2.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile index 069fd1944..769048817 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile.jdk21 index 60bbb7a60..7c692d2bb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.0/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile index 4c4c7e61f..9b8cadbe7 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile.jdk21 index 78ef9f11b..2b89ca81b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.1/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile index 96a94db58..0bf309015 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile.jdk21 index 1ef97b682..cc803ebc6 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.3.2/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile index 7a735c70e..2e357d36c 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile.jdk21 index 70381e2d3..81621e398 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.0/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile index e3de67690..6372e1fe5 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile.jdk21 index f9aa90d58..bf22a9f5e 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.1/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile index 4f8aaa59f..de96b6fab 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile.jdk21 index a65f05bc3..5db07073a 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.2/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile index d25ddf927..ca7fa55ea 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile.jdk21 index 855bbd0f2..cd3d901b8 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.3/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile index b2b897092..3c8600c34 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile.jdk21 index 1923a3ae0..e545e2b8c 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.4/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Dockerfile index 5972b75bc..b2d447d5d 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.4.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile index 0c5e052a2..970c9e0a8 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile.jdk21 index 24d1febb5..e238d9901 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.0/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile index 790d7ca5e..d41f95062 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile.jdk21 index 0d32e52bb..1c1d1bbeb 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.1/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile index a3da69bfc..a52f54d9c 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile.jdk21 index 53a0091bb..4ea81b18f 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.5.2/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile index 0f53d4e11..da1e0c522 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile.jdk21 index e5dceca81..5b3ef04ac 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.0/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Dockerfile b/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Dockerfile index 1d240cc22..ebae8bf3b 100644 --- a/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/9/9.6.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile index 1d240cc22..ebae8bf3b 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile +++ b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 index 011a09c79..0380178f5 100644 --- a/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/bitbucket/latest/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 7999 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0.3/Dockerfile index 298cd7817..97bd921c6 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.4/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0.4/Dockerfile index 7fd29b589..d0c6bf8b9 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.5/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0.5/Dockerfile index ab3fa5709..1a9ba171f 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.0.7/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0.7/Dockerfile index 0e3ed6a4a..5d682ab91 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile index 39a0f5336..da2db3208 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.10/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.10/Dockerfile index cc4b3e588..86cea9690 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.2/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.2/Dockerfile index 207578961..a251eb346 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.3/Dockerfile index 3fe86d99b..9e3e799b9 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.4/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.4/Dockerfile index 1c7665bdc..19432de9e 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.5/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.5/Dockerfile index 28f3b5133..e78003b6c 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.6/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.6/Dockerfile index 9a55712af..5075cf28c 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.7/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.7/Dockerfile index 3256870d3..efae53a49 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1.9/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1.9/Dockerfile index ae71593ac..4a75a8a56 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile index f188b558e..7be9bd996 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile index dffdefd62..5abf3dc45 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile.jdk7 index 0cdbd7df4..985aa8f51 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.1/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile index a4d277e2d..c047698bb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile.jdk7 index 84cdd480d..cdc53171a 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.11/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile index aace41a75..5776d4074 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile.jdk7 index f50445785..fc85fee3f 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.12/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile index 75d4b2f6c..ee90a1a2a 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile.jdk7 index f76fd9947..4089a2327 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.13/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile index 03243178c..24fc4a822 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile.jdk7 index 7a0105942..31fcbacce 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.2/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile index a5ae40350..a6e479665 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile.jdk7 index 048be643d..2d205503a 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.3/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile index d57e389e2..6c18e2f22 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile.jdk7 index 842425fa7..054ca4d6a 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.4/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile index 6f49781a7..77ce3f33a 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile.jdk7 index 65733af0c..07688ce6d 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.5/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile index 8aeba2b83..4e455d10f 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile.jdk7 index 6e942bfce..17f405187 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.6/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile index 7a6aabe03..2f9661016 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile.jdk7 index 3eb886be8..68c5ecfc1 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.7/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile index a38275429..9821cda2e 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile.jdk7 index e6cc0b083..d0fb43666 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2.8/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile index 626c4d25c..d11220abb 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 index 0baddcdd4..1c18ad774 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.2/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile index 5cff8ec0c..c939bdb29 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile.jdk7 index 43a57272e..c6cebf8ba 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.1/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile index f0bb0063c..3b344231b 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile.jdk7 index 1593aeba7..25cbddf06 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.2/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile index 30f53b1c1..ec13914b5 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile.jdk7 index d49abff29..9e360cfd1 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.3/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile index 6650b6cc5..81d30667a 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile.jdk7 index ec3c5f269..ddc3f2e70 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.5/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile index 34a6be05d..ea54f06e5 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile.jdk7 index db55b29ac..f28be4b6b 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.6/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile index 1ace0eab4..ff85babc7 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile.jdk7 index 0cdbb62f1..1d43a77de 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3.7/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile index 2c5d02ccc..bf4652bbe 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 index 2e643d76d..0496199a1 100644 --- a/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/confluence/4/4.3/Dockerfile.jdk7 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.0.1/Dockerfile index 8f01acb26..a945d4f85 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.0.2/Dockerfile index 1e45eb55a..27ac690b1 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.0.3/Dockerfile index 6bff6646d..995e47dc4 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile index 054f1cc84..2cdaeafdc 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.1/Dockerfile index 83bc092dc..0afd78839 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.2/Dockerfile index b5e654e34..030914cf8 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.3/Dockerfile index 8772d33f3..e8538204e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.4/Dockerfile index 1a7f87700..7e631eb3c 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1.5/Dockerfile index 8292345a3..e71a24bda 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile index 2a4777f86..bdb969593 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile index a6e29a208..d051385b9 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile.jdk8 index c1a1288c5..c40091e29 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.0/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile index 3760ca0cf..4a14a1043 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile.jdk8 index b8074f661..25fd6bf15 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.1/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile index 1d157224b..332642d95 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile.jdk8 index f999cddd1..33947e8ac 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.2/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile index 12fc60854..1dd754b18 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile.jdk8 index d333808b8..be5fc600e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.3/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile index 0fd7f0a2a..280b1b6cd 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile.jdk8 index 20ee746a6..2abb6ac95 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.4/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile index 8fc3b0f80..8395b1ba0 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile.jdk8 index d82a0eae0..36f186419 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.6/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile index 68b163239..731c357d7 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile.jdk8 index 1a1b88e28..293e39a77 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.7/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile index 96eed4cd5..f0fe9732d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile.jdk8 index cc9e47e59..8309b926a 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.8/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile index 7a0adda99..63dc986a0 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile.jdk8 index 77ac219fa..d8fa5bfd2 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.10.9/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.2.3/Dockerfile index fc2d14cdc..cb21a9a94 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.2.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.2.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.2.5/Dockerfile index b8276d857..93e5788be 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.2.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.3.1/Dockerfile index 3e5a0e136..c2a6fbc20 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.3.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.3.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.3.4/Dockerfile index e1347411b..1c00c690d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.3.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile index b244d6ec8..09f15e8de 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4.1/Dockerfile index ccbf8a387..18d34d263 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4.2/Dockerfile index a60beb1bc..eb2862905 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4.3/Dockerfile index 1d933faac..a1937935e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.4.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4.4/Dockerfile index 75d9ea6f5..27e8053f0 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile index fb5eda0eb..5d2922c0e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/Dockerfile index cebdba750..d5c3e0849 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5-OD-31-009/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5.1/Dockerfile index 7e4be155f..7fcb3844f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5.2/Dockerfile index 6c171af7f..1f73ebdfb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5.3/Dockerfile index 5e4d6266b..222dde73e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.5.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5.6/Dockerfile index e4ffdc79f..5f729a6fb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile index f6818a007..2d85a1d2c 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.1/Dockerfile index 078bcad15..ebc101aef 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.3/Dockerfile index 23ba4fbb1..a3b84b218 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.4/Dockerfile index 1dacbde05..154dfed71 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.5/Dockerfile index e22cb8854..0f7ef7af1 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.6.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.6.6/Dockerfile index b412c8ce3..7edc21201 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.6.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile index 1fd78aa8d..58d64c310 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile.jdk8 index 97d768728..6c559c95f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.1/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile index a5af47d8e..116a17238 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile.jdk8 index fa7e78575..6a80417aa 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.3/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile index c2e55a886..f3aba01d2 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile.jdk8 index 951b0a72c..bec434184 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.4/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile index d803e7324..a0cf2c32d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile.jdk8 index 08de0b498..2d08a93d2 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.5/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile index 453ef3c74..951ed77da 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile.jdk8 index aa7e7248b..5f1fa109d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7.6/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile index 50164c327..8823da32f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 index 4f275c384..bab0a4623 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.7/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile index bd8536e16..f11652bde 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile.jdk8 index 929d6a4f6..ff4c9d053 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.10/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile index bea263724..31d889b26 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile.jdk8 index 685280525..dcc21d956 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.13/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile index 5cd1e625e..46060e70e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile.jdk8 index e68baffb2..64d746171 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.14/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile index 37d0cac06..cdfa5f396 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile.jdk8 index fafac2b82..af830482f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.15/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile index b0d521a5b..14cf2c640 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile.jdk8 index e24a9a14d..1deb48051 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.16/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile index 22b28dea9..a16474d0f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile.jdk8 index f33b8fd55..f1f16a0b7 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.17/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile index dea77b8a3..f45591ee5 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile.jdk8 index 98fa10152..cb55140ff 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.18/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile index 6c6bfc712..f18182637 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile.jdk8 index 7744c367b..beb410156 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.2/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile index 6f4e8df25..1a70540b2 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile.jdk8 index 8f7aff37c..3c88b3971 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.4/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile index 125e43acc..f8878716e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile.jdk8 index 66e222142..2f61caeec 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.5/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile index 44f1c5bce..c1ff372fe 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile.jdk8 index bfa3dfc8b..01dbb2a4e 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.6/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile index 694af6916..3cd76499f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile.jdk8 index c3783fac0..5dcadbb99 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.8/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile index 60469a93e..cca40136f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile.jdk8 index d5898d0cd..586216e9f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.8.9/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile index bb49732d1..0a75efa72 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile.jdk8 index 8ed64f67b..9027f592b 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1-beta11/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile index e426c8eda..599a4a044 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile.jdk8 index 8cd1db0e7..77d8dea39 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.1/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile index 5a5861817..7a1fd077d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile.jdk8 index 14ccaaa94..e6ac1e743 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.10/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile index c10ba3871..2db840d82 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile.jdk8 index 3a8b96cb7..9b450d1fb 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.11/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile index 38ca5ea35..924302b89 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile.jdk8 index 098b7120e..877cd823a 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.12/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile index cb3f7c713..32041083d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile.jdk8 index 00e0d7bd3..3cd24dae8 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.14/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile index 9b65eee23..3d9c8b937 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile.jdk8 index f0b8d2bd2..38bb532ed 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.2/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile index 869c807a0..194e74b7f 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile.jdk8 index 58d3091d0..bbb026e69 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.3/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile index 62af2a823..ce6cf90a4 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile.jdk8 index d924298f9..64d63b9b9 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.4/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile index 443cd1298..64aadb862 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile.jdk8 index 8d4ac8e00..54f71997a 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.5/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile index bc0b37a9b..71350fbb2 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile.jdk8 index f6e9b74d9..54758f2b3 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.6/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile index b81562ca2..da1f81886 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile.jdk8 index c8732b96c..226accf8d 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.7/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile index 7a631ff5e..c28732e7c 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile.jdk8 index 68110c407..d1e0c29e6 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.8/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile b/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile index 7f3c1fea4..c4710df28 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile.jdk8 b/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile.jdk8 index c0dabf5d4..a99453b96 100644 --- a/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/confluence/5/5.9.9/Dockerfile.jdk8 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.1/Dockerfile index 04ce4c45b..a13e031d2 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.2/Dockerfile index 1679285a3..7600b98d0 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.3/Dockerfile index db02e233a..fa8191240 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.4/Dockerfile index 84c666015..54feab336 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.5/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.5/Dockerfile index 0d6dc9755..b3eb8681b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.6/Dockerfile index 0c761a59d..ef41eaf08 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.0.7/Dockerfile index 607474ae9..25edb0727 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.0.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.0/Dockerfile index 0152eed5a..a675890b6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.1/Dockerfile index 85a6f3743..aea5d51bf 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.2/Dockerfile index 5eed7548e..5a608ed83 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.3/Dockerfile index cc2a8e403..941947a21 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.1.4/Dockerfile index 8d21f486e..e0e380b44 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.1.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.10.0/Dockerfile index 6ac93904d..5906a0111 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.10.1/Dockerfile index e30ac718b..d34f8de49 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.10.2/Dockerfile index 09f68c849..9835e9cae 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.10.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.10.3/Dockerfile index e5b9f683d..5c4ea62e1 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.10.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.11.0/Dockerfile index 180c7b48e..c04614b15 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.11.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.11.1/Dockerfile index 99840f3b6..b5bf3ee4c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.11.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.11.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.11.2/Dockerfile index 170e2cde6..88de928f2 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.11.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.0/Dockerfile index cf4ebb2df..9e617c8b7 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.1/Dockerfile index 0f514b885..5aed91708 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.2/Dockerfile index dd475a5c7..5be612259 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.3/Dockerfile index 586885a7c..9682bbe85 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.12.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.12.4/Dockerfile index 6fe859667..2feb7de25 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.12.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.0/Dockerfile index 8f7d47e60..1e7660b32 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.1/Dockerfile index 4ca08fa39..940f76c14 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.10/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.10/Dockerfile index cb696cf49..5995a3828 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.11/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.11/Dockerfile index 9fee05f7b..0ec086cb2 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.12/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.12/Dockerfile index 25ca08bb4..1e56c5f0e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.13/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.13/Dockerfile index 711ddb1fe..77e9ada7f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.13/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.15/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.15/Dockerfile index 51f1235dc..91e53bc60 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.17/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.17/Dockerfile index cef6d6d35..f523ae65e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.18/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.18/Dockerfile index 827118ad5..1742e789e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.18/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.19/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.19/Dockerfile index 89b6aa6cd..f278d0f2e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.19/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.19/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.2/Dockerfile index e7d257e1e..cca823d24 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.20/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.20/Dockerfile index 8f3e47d7d..dc92bdbd6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.20/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.20/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.21/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.21/Dockerfile index 3849087bd..0aea34cdc 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.21/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.21/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.23/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.23/Dockerfile index 3a4fe55b4..bf902fa47 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.23/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.23/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.3/Dockerfile index 21187d21b..1b5e5a921 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.4/Dockerfile index 06f8f3d31..7248d55fa 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.5/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.5/Dockerfile index 4715c6a50..8c53d3e34 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.6/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.6/Dockerfile index f4f3c9d2d..a23fa1d31 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.7/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.7/Dockerfile index 699a825f6..3d96f5d0b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.8/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.8/Dockerfile index 432d99f51..ec9e73b3e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.13.9/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.13.9/Dockerfile index 18625b3fa..798158e97 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.13.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.13.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.14.0/Dockerfile index d71f2f39f..e2a7d2784 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.14.1/Dockerfile index 201ae30b8..dd882633e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.14.2/Dockerfile index 18ec938be..2e448122d 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.14.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.14.3/Dockerfile index e7f77e30c..016ee6678 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.14.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.1/Dockerfile index 3d58af552..03295b127 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.10/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.10/Dockerfile index 83c7b1984..222e1561c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.2/Dockerfile index 71a216ced..7f0474d42 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.4/Dockerfile index 148db0f10..ab7f83a23 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.6/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.6/Dockerfile index 339d84c50..63c57b7f1 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.7/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.7/Dockerfile index 402f20a86..e0923029c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.8/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.8/Dockerfile index 064c23299..97a40c770 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.15.9/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.15.9/Dockerfile index 5daa17d1a..98f8bef89 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.15.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.15.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.0/Dockerfile index 1f346434c..2b9bce6f7 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.1/Dockerfile index c6236cc74..2bbf1d0fd 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.2/Dockerfile index 1d6c6fd5c..4f08c614f 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.3/Dockerfile index e87bc4fb9..000394359 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.2.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.2.4/Dockerfile index 77d34a481..ec1e17a89 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.2.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.3.1/Dockerfile index f0e14c55e..50853cf42 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.3.2/Dockerfile index 1b242005e..c26d95d13 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.3.3/Dockerfile index 65ac60ce0..ef1544b38 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.3.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.3.4/Dockerfile index 5906f55ee..5c65d55fb 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.3.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.4.0/Dockerfile index df56a4cf5..164806b9b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.4.1/Dockerfile index 38d5d1303..804260bb9 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.4.2/Dockerfile index 87bdadcbd..c2b369c6c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.4.3/Dockerfile index 715133cd5..e47742e12 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.4.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.5.0/Dockerfile index 98a32a0df..53a6f4664 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.5.1/Dockerfile index bceecc47f..e96574193 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.5.2/Dockerfile index 42091da9b..54bd6120a 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.5.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.5.3/Dockerfile index d363e8581..f05a3b0d6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.5.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.0/Dockerfile index 36907cdfc..be9c2de02 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.1/Dockerfile index 4cc256f77..17c3a1c53 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.10/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.10/Dockerfile index 188e58ccd..9db1d6179 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.11/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.11/Dockerfile index 842112da0..c92ba12f2 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.12/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.12/Dockerfile index ad2eeb7d1..3ac27fe36 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.13/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.13/Dockerfile index 00c0972c6..718c6efd4 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.13/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.14/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.14/Dockerfile index 110762ea9..c1a06c7b5 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.15/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.15/Dockerfile index a939b8c4c..c13c3ddc0 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.16/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.16/Dockerfile index 9cb7bc66f..49b3870b2 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.16/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.17/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.17/Dockerfile index 90e664494..73c66c650 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.2/Dockerfile index 92e66aa62..17dc1e989 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.3/Dockerfile index a6c7fed69..b56def039 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.4/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.4/Dockerfile index f1d029314..95ee74600 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.5/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.5/Dockerfile index 23cf26d9c..6db9cd8f6 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.6/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.6/Dockerfile index 6b5508375..06a4ffeb8 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.7/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.7/Dockerfile index 033d7c5df..3c4533d32 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.8/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.8/Dockerfile index 01b52f0d5..b5a2eeb15 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.6.9/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.6.9/Dockerfile index 8a252587b..60a330daf 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.6.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.7.0/Dockerfile index d077ce7ea..5a834ec76 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.7.1/Dockerfile index e451f2474..6efc03267 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.7.2/Dockerfile index 4a2cc0c54..4b70a62a4 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.7.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.7.3/Dockerfile index 99fe5ce34..02d823a09 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.7.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.0/Dockerfile index e57dc2a40..f354ef5e9 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.1/Dockerfile index 0fbef3a02..53a0415be 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.2/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.2/Dockerfile index 941d66c21..458dcc84b 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.3/Dockerfile index 1da939449..8a7309eb9 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.8.5/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.8.5/Dockerfile index a679f19b3..cb5811a8e 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.8.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.0/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.9.0/Dockerfile index b467b3143..8ca5bca6c 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.9.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.1/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.9.1/Dockerfile index 2ef11bbaf..4b13ddd42 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.9.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/6/6.9.3/Dockerfile b/linux/ecosystem/atlassian/confluence/6/6.9.3/Dockerfile index 0f0d7c98a..7c23ebe67 100644 --- a/linux/ecosystem/atlassian/confluence/6/6.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/6/6.9.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile index 47559a408..de821b072 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile.jdk11 index 42ccfc15c..0d4b1c12d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile index a925bac99..fee454916 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile.jdk11 index 9ffa90320..3468f70a0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile index baed51716..44c6190ef 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile.jdk11 index 8581c1853..da1c7ec7f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile index 6badedbb3..a842c8d49 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile.jdk11 index 409cc3e22..a45dd8960 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile index e91c5429e..b24622f36 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile.jdk11 index 81b8da3fc..f8a186e2d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.0.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile index 92c78db41..b153686bb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile.jdk11 index eae619df9..e2dd63c0b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.1.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile index 9b8704e7c..ac578bb9f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile.jdk11 index 55238f298..b755147ff 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.1.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile index a7f82f772..302c1403b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile.jdk11 index 27191d0d1..9346d8a2e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.1.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile index 952035bf6..753ca7454 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile.jdk11 index 840857a91..7bf748c04 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.10.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile index d2c001346..4e0335e81 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile.jdk11 index ba555a28c..25ce4e1e4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.10.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile index e0fb02550..b2a05f1be 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile.jdk11 index 0560f1ced..28bdd16a5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.10.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile index 63065b96a..1cf76c624 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile.jdk11 index f7d723de8..4c4f3c0b3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile index ef1033c0e..ea878fff7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile.jdk11 index a469fab8d..13986cdc1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile index 9afb66587..8fb60c89b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile.jdk11 index c61bfee12..2990ebf97 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile index 713c5a9ba..1fca80aaa 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile.jdk11 index 664a456de..a87461e01 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile index ce14ae45d..51031a195 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile.jdk11 index 79ade0671..a960f0f58 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.11.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile index 0e06faada..e435b2012 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile.jdk11 index fb3a3f7d1..36eaf8580 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile index 8eab52be9..e8704b94a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile.jdk11 index 203b5b993..f948972e4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile index 256f7962a..8b1fa8c3c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile.jdk11 index 7859b3358..33ba689c8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile index 899a709be..62ef26029 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile.jdk11 index 11816e063..7c0d02408 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile index ccc3ce354..3b2567a43 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile.jdk11 index 95c8aed8e..3c0580f66 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile index 27fcdea21..622d485a1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile.jdk11 index cfa2b4159..c736a2150 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.12.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile index 9d1ca1939..6c0035374 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile.jdk11 index b8f6781bc..d27ef5da6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile index 9940cf91c..1c4faba7d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile.jdk11 index 0a5ebce10..c3d49fee0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile index 25011c3ea..3c5f754f5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile.jdk11 index b491ec49d..b61fce9ae 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.11/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile index 6997d8ad1..8f4b2aa5f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile.jdk11 index 225b021c8..371670069 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.12/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile index 49f8e78c0..64bf4a5f0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile.jdk11 index 525f108e9..76c1a23d6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.13/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile index 7e300ad7a..fa8b31cbc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile.jdk11 index e6971ba58..34006f432 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.14/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile index 5ba31d285..86adbb674 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile.jdk11 index 78be18af4..5a57aef73 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.15/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile index 6b72e667b..d6ee7b293 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile.jdk11 index a0c9b43a3..530e2e3c3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.16/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile index c50f7baa7..8ae8962aa 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile.jdk11 index a84e42e90..7ddbf3538 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.17/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile index 009e62c13..ba4311043 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile.jdk11 index 5d1118790..717d8b75a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.18/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile index a7fac3b19..2a7e8383a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile.jdk11 index e397494f5..b6c4dec3a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.19/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile index 121170a1f..01d79f0a0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile.jdk11 index 118ade3d6..0773738eb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile index 3166bac88..eac847765 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile.jdk11 index 61f392851..84f8d3d2e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.20/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile index e7c6ce2a7..40d5dda9b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile.jdk11 index 96eb70ef3..4a076bb54 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile index 3c0c4ebd8..3b778a91a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile.jdk11 index 345f9c7bd..c061bbe80 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile index 9e74809a6..34f0bd2bd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile.jdk11 index 71dd7fbf0..c67bfe28d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile index 341c2eb20..db2a2da97 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile.jdk11 index 46cc76814..268d63498 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile index 48a358ec1..e22b4589a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile.jdk11 index 10774c331..b986ed4d1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.7/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile index e06dc8d7c..ca9874c01 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile.jdk11 index 49ca7ff53..37ed5fd05 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.8/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile index c62c8aac5..9ff0c1257 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile.jdk11 index a87afb8c7..95293c280 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.13.9/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile index 74b64188e..e71842ee6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile.jdk11 index 39de30017..2be2787fc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile index dd14f83a4..3a9f88887 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile.jdk11 index 673f36699..c862699ef 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile index c2e40f25d..a1afb1aff 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile.jdk11 index 5cb282682..0b006cd13 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile index 6f56a512a..b7b57278c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile.jdk11 index 42d45580d..2b58c8371 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile index c443f5247..985cf6e1a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile.jdk11 index 732a09a62..dcfe717c9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.14.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile index cd2402630..06078f123 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile.jdk11 index 3fa04e3a6..bddf0c734 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.15.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile index 615afb6a3..a70958bdd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile.jdk11 index afe460842..89b5acda7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.15.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile index 513a8d00b..fa1ac8cbb 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile.jdk11 index ce517a69f..0e63b3211 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.15.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile index 165d33c8e..e3ced5528 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile.jdk11 index 8e0864a6f..b5a401803 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.15.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile index c2795983c..16d160094 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile.jdk11 index f96cfa0d6..882356137 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile index 03bdd3046..3fdb5a7f0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile.jdk11 index dae1e9281..7f40ae8e2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile index 8433303ee..31dcad273 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile.jdk11 index ba7672116..4adcc141e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile index 00ede7164..e37684cd1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile.jdk11 index d50879632..2858db6cc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile index 114525e35..03e915a17 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile.jdk11 index 078f5059d..609988dfe 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile index 89e8994c0..e6bb1f3b3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile.jdk11 index b811b0e8c..6e68e5143 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.16.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile index 6ab2ed222..707a371d8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile.jdk11 index 5ef8ea78f..691add392 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile index 07833c43c..7146eaf0f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile.jdk11 index 81b9fb472..49672a1b1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile index 076bc41d3..7c33f99da 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile.jdk11 index 807ea1c07..5f9512d09 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile index 7a7b418e4..a460ae175 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile.jdk11 index 38050279d..1e981be78 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile index 36c63da48..563e9d904 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile.jdk11 index 63018b913..346368c54 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile index 02ca5cc23..2e53a8c43 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile.jdk11 index c3c835096..ea9600985 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.17.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile index 5191b96d6..2759348f9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile.jdk11 index 400dcad92..a564ddf4d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.18.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile index 00864ba6a..618d1ae8e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile.jdk11 index 2da15ff52..df859db56 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.18.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile index f50901718..bcea0bf7a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile.jdk11 index 100dc5448..d7ffdd0a0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.18.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile index 7df5e572c..db53d6c7f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile.jdk11 index 1a2cae985..4f2f7f8de 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.18.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile index 8d47ac680..43137b065 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile.jdk11 index 565ba31d9..d19b63518 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile index 64388cd4d..b9d68686e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile.jdk11 index d076b55e7..db25b64a0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile index 7721639a7..f183b2b44 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile.jdk11 index 3433734c7..6d354b1a4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.10/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile index aa7dd7764..72b2898ff 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile.jdk11 index 1a78984f8..e6ed0dc19 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.11/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile index d829c00af..b2be0c135 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile.jdk11 index 5e33eb1fc..7c1463aa4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.12/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile index 8c3447ded..1e45dab9e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile.jdk11 index 9ba26d919..0a202809b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.14/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile index 2e0934f17..c6ab9850a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile.jdk11 index fd1455971..bd7d45cb5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.15/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile index 6bdb6be9a..082419898 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile.jdk11 index e94df6c25..1f19d6536 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.16/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile index 18fe5e074..84e4467ac 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile.jdk11 index 7b113377c..94b04021e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.17/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile index 6c0477391..4875a5a82 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile.jdk11 index 381989e8d..1b1d3edb6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.18/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile index 063fc8ee1..eff74bfde 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile.jdk11 index 02898dffc..104b945ad 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.19/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile index f9a54c791..8c06a92b3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile.jdk11 index b1d9084c7..70183e5cd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile index f9c5079b4..2dc587e78 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile.jdk11 index b5997da78..29158dddf 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.20/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile index 072c776ed..3307c98db 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile.jdk11 index bdd71cf58..3416ca10b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.21/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile index 5393a44ef..3914cbec9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile.jdk11 index f41219560..be67ae550 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.22/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile index 500998496..d51dfc621 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile.jdk11 index 4f48cbac9..d27edcef2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.23/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile index 1c534e959..4a044a874 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile.jdk11 index 853e8d453..78eea993c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.24/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile index add96c82c..c97f09ea0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile.jdk11 index a920120e1..bee1ba4ac 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.25/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile index 417236e3b..d55d98c1d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile.jdk11 index fd8e502c8..1c520b7a2 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.26/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile index cb05453c4..2a64153dd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile.jdk11 index 951154c85..47c13bc9e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.27/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile index d3ab20f9d..b421e1411 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile.jdk11 index fa65eaf73..db6c699ed 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.28/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile index 4591ee7a2..207b21347 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile.jdk11 index fce94e365..07e75dd4e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.29/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile index d41771c64..68ae14e1f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile.jdk11 index 48419edca..6f09d2de6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile index 305214090..28ce17fe8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile.jdk11 index c1e9f73d6..77f03ddc4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.30/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile index dcf77cf8a..94987f86b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile.jdk11 index 2dc681be6..d0c6708a6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile index bf24ca14f..996f136c8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile.jdk11 index 6d86c107c..2a6d75cd1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile index b31e0e87f..edb9b5151 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile.jdk11 index 40cbf2ae2..44053694b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile index 775c999ea..ceaa59ffe 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile.jdk11 index 4017dc79e..3f3e53d99 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.7/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile index f18a384d5..5759872cf 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile.jdk11 index bd748cdcd..4863c9c60 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.8/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile index 3119ed597..165cc8fff 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile.jdk11 index 8e9221c1e..fc026fa43 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.19.9/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile index 03110558e..27373b4dd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile.jdk11 index 064d9897a..a2f0c63f0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.2.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile index d4df5be01..170c713b0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile.jdk11 index 48d43c51e..286dd97e6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.2.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile index f1c56aad6..64e1b7b75 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile.jdk11 index 3f1127649..d540516a4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.2.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile index c1e2749c2..81e56c1da 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile.jdk11 index ed0ba8640..0b0b781a6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.20.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile index 7cf18ba3c..da00231a1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile.jdk11 index 6956c4ac9..f9d383247 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.20.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile index 3d964d493..566e87c72 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile.jdk11 index 525fd7851..cae9c29cd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.20.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile index ffb8cf33c..b0ce754dd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile.jdk11 index 82240c1d1..9b251aa00 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.20.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile index 4afbf5d82..75c8cc1d3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile.jdk11 index 83bb700f5..23bc195d8 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile index edd411f6c..2ee88a30a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile.jdk11 index d7da9294a..13d351467 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile index a8905021a..ebb8d7b27 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile.jdk11 index 09991488a..5266a4d02 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile index 1f156e6e9..7a0216f86 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile.jdk11 index c33477615..839f4d3bd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile index 278844fd8..314a5aa0c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile.jdk11 index 7451970ca..74de075c6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.3.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile index 50ed882d1..3ab9d7e34 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile.jdk11 index 0c58a390c..ee1021843 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile index 9a1db6458..d3502f443 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile.jdk11 index 279349c21..d357d1426 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile index 18731b18a..58318707e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile.jdk11 index 951ff1853..4039c74c3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.10/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile index 28b90f515..38ecb914f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile.jdk11 index f9b9c4a22..1a3fa98d3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.11/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile index a53cf9060..0d9d21cb0 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile.jdk11 index a93b95eb8..dde3f4dad 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.12/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile index 770822c7c..eb57f9513 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile.jdk11 index f556902ec..d81e05a28 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.13/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile index 354e79fed..8b6a4d78f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile.jdk11 index 90d7e0096..3be8872ed 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.14/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile index 7474e2e08..1f640d22a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile.jdk11 index 8b1a8ad7c..328d712db 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.15/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile index ba63d1a83..33690aded 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile.jdk11 index a8d82c358..a98b0f889 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.16/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile index afc557a02..7178c9c82 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile.jdk11 index cc72307d8..c32426615 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.17/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile index e7739a169..1789ddac3 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile.jdk11 index 75ef202e6..33be247c6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.18/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile index 22c8ccd62..e0759f85c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile.jdk11 index 09ac96257..76f916118 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile index c4d3a85ad..a6efcf65d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile.jdk11 index 3355c6bb9..4680a1284 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile index e2ba2fc7f..50ad8fe9e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile.jdk11 index 399071aa5..5328f5cf9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.5/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile index 6fa659414..b5ffb04c5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile.jdk11 index 5fff77742..02e650868 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.6/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile index 8a7962511..c8fd67ca1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile.jdk11 index 529e32d26..f2f838bcc 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.7/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile index 86d2090a6..1805fd53a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile.jdk11 index c8aac0c47..69cc2bd00 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.8/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile index fe6c91500..094a2996c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile.jdk11 index 8b8897904..fcafc6ed1 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.4.9/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile index 2161ece9c..b87a5a5dd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile.jdk11 index 98af855b5..a007a6fd9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.5.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile index 6d4a20a31..e58fe164e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile.jdk11 index e1743fcf4..f2495be97 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.5.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile index aca2a385f..29d317b91 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile.jdk11 index fc12725a1..1d4e092b5 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.5.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile index 4761c587a..2a528217e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile.jdk11 index c92db2972..cfd861782 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.6.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile index 9e0c5349e..f2c221739 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile.jdk11 index c32260a38..06def9ce7 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.6.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile index 2a76f8a15..7b99ceb7e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile.jdk11 index 8f9b36c5a..d12320169 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.6.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile index cb10a6026..33e54a4c9 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile.jdk11 index 1422ac0a7..ce46dc7a6 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.6.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile index 55fe602f2..2bad7739b 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile.jdk11 index 174691312..e2fa99edd 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.7.2/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile index 59bab8118..48f349d38 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile.jdk11 index a183bbe87..3216b806c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.7.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile index b726b25a2..38b6b6464 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile.jdk11 index c8dcc6d98..a763c7240 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.7.4/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile index 4eb67f8af..244d1bfda 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile.jdk11 index 85e31ef1e..13e8a8d9a 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.8.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile index b140cbac1..f80eb674c 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile.jdk11 index bca40564a..30885c02d 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.8.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile index 1afc4ed39..44c8a3393 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile.jdk11 index f0934cd5a..4c82f71b4 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.8.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile index 2763b63c1..de50c337e 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile.jdk11 index 311f3fa68..dbe76b98f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.9.0/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile index 186ed478a..920e5b187 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile.jdk11 index b883666d2..fe291a95f 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.9.1/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile b/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile index 7cee60132..611286365 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile.jdk11 index 862e27dff..9e8b21717 100644 --- a/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/confluence/7/7.9.3/Dockerfile.jdk11 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile index 84a0501de..594e3b2fe 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile.jdk17 index 781cddc90..cc29f6b96 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile index e2eb30b98..caa9f89ba 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile.jdk17 index 95b063fa3..b165ae921 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile index 28a991c1d..311d55e83 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile.jdk17 index 7d40698c2..5756db54c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile index 16dc0eb32..9f40a0219 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile.jdk17 index b16e77135..0883d72d7 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile index da862d6ab..5d951fd0e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile.jdk17 index 2a18a9eb0..c5df4f5ae 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.0.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile index fa55db9cc..cf0dc3a3c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile.jdk17 index 2b53b7100..689d66dd0 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.1.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile index 14053b511..f63600097 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile.jdk17 index 269e49ed5..955b99693 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.1.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile index de64e4e78..1d342c422 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile.jdk17 index 80e951a2a..353fb9316 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.1.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile index bb7b33633..0708652da 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile.jdk17 index 6d18c23b5..d89bfbb07 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.1.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile index 137f0565d..a50bbcb27 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile.jdk17 index a78ca3763..a34263d95 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.2.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile index 3923f80bf..5dcd0566f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile.jdk17 index 977b0d04c..a0e9f9178 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.2.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile index 2ace6e374..0bf2573d0 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile.jdk17 index 71672f6b4..23ecff5f1 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.2.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile index adffd55dd..f154e8ee2 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile.jdk17 index f91181d03..05d0120a0 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.2.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile index 38775eb50..eaca36e80 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile.jdk17 index f16ea7e06..b8bf6bd9f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile index b916d6eb0..d34a90e7e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile.jdk17 index b723b54e5..be3e909e0 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile index 0d3e726c3..d70a444fe 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile.jdk17 index 277b285f4..e46fc089b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile index e8303aa68..de93e284a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile.jdk17 index 5a3e290bf..352d1d69a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile index 8df09ad1d..ef89b82d5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile.jdk17 index 06cc3f4a5..0968a0c48 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.3.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile index d329e7d51..21eead456 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile.jdk17 index 843bc5e34..f3f390e0a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile index 6d0422404..99e6060bb 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile.jdk17 index a738fa6fd..115ba2343 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile index 32523c0a4..5808035bf 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile.jdk17 index be70f7553..a617b7644 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile index 71032952a..bb33abc61 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile.jdk17 index e7ef5bf0a..42bda1d7c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile index 89683f876..7f4eeea1c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile.jdk17 index 16f8afbf3..983c5d411 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile index a06da9984..92b0848e7 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile.jdk17 index 43fe229c1..a1108df4c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.4.5/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile index 7d7ef154e..906ac51aa 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile.jdk17 index a335582df..b7e3eeeb2 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile index fdfd9b359..226e3936d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile.jdk17 index 70b8995f4..50125e00d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile index 1251d6424..8b6db02af 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile.jdk17 index e6b194afc..457e9bf10 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.10/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile index 8e17e84e6..7e07447fc 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile.jdk17 index 2530ed658..772ba2b85 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.11/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile index cd0e8b826..624b6c1d9 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile.jdk17 index ed92a5cdd..f8779ae91 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.12/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile index e4252bb9f..6e975caca 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile.jdk17 index 93a97acba..e03aafa7b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.14/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile index 8f9f650dc..28f0bb3fa 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile.jdk17 index 33d1b9909..c511f6db0 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.15/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile index 84414282a..f068bc946 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile.jdk17 index 9479f5c19..800a26b62 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.16/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile index f282e442b..d9d07cece 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile.jdk17 index 611ebd0fc..0e467f338 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.17/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile index 9bd7f457d..cd547c8af 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile.jdk17 index 5f4060fdf..0c337d477 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.18/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile index b629e4a04..ef7b799d5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile.jdk17 index 3e87c271a..643acaa07 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.19/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile index c53d2620c..22e20b2d5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile.jdk17 index a91e566a4..ee25f2f5e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile index 3a88a2cb2..c67761d33 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile.jdk17 index 1242ad2f2..0a8a9cfe6 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.20/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile index ffcaab23d..b33e4f168 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile.jdk17 index 2687d64ee..c22342cc2 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.21/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile index 09bced79f..da29b0d4c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile.jdk17 index d0c9e66de..0ee32af43 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile index 303433d28..f786dff0f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile.jdk17 index fb02ea8af..737b77171 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile index a9fd8b017..f65112405 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile.jdk17 index a78ce4360..cdfe7b9e7 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.5/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile index 152abf874..2bbf5bada 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile.jdk17 index 434d2613f..f5aedcba7 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.6/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile index 3633e4555..f7afd0dc3 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile.jdk17 index e97448f2c..a45b0767c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.7/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile index 5c675d056..b70ad9e82 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile.jdk17 index 3d7358b82..49fce268a 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.8/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile index aa23f7b01..b56cc79fd 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile.jdk17 index 8cbcce82e..8de3fc01d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.5.9/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile index 8e17bda5e..24306b178 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile.jdk17 index 6fbf7a2f6..55bcca5d4 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.6.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile index c73401cdb..cc54294e5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile.jdk17 index 0db79d645..49113b971 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.6.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile index e22711e19..b95538d07 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile.jdk17 index 7e152689a..1e9a81f73 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.6.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile index ca6f9680d..5aff0fb6b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile.jdk17 index 49f43a5f5..c6cb12c5c 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.7.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile index 8cb17cbef..e2de7ea30 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile.jdk17 index 13cef0351..0f600988b 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.7.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile index fda4d94c9..965b2e7b7 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile.jdk17 index 0925a2555..dcc3c59a8 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.8.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile index 0cca9f110..da9ddb063 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile.jdk17 index 2e72eb14d..76f67a824 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.8.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile index 7fb3b6e75..b0574ace4 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile.jdk17 index 30b8fe479..1705fa16e 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.0/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile index 8dded801e..60e7a0ff8 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile.jdk17 index 71a0c9b1d..700708c6f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.1/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile index 0a2d0b4da..c67b60282 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile.jdk17 index 241b80fdf..4f9935f46 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.2/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile index e17531e70..7f85d0534 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile.jdk17 index 7b31f997d..a7fb92fca 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.3/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile index 6a7209f85..497729ff1 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile.jdk17 index 788747656..d7c27fda5 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.4/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile index d814c7a11..f95423379 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile.jdk17 index 0e769636f..4a8e37ae1 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.5/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile index 406e4fb6e..c4a2cac90 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile.jdk17 index 56725dad3..a596cb83d 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.6/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile index 6f4fd1649..bf881f67f 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile.jdk17 index a8461b342..1482a8378 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.7/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile b/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile index a2e03871d..32c262eec 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile.jdk17 b/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile.jdk17 index 60ce54fe0..b765663a7 100644 --- a/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/confluence/8/8.9.8/Dockerfile.jdk17 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile index 3eca68b24..47af0ebf9 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile.jdk21 index f0968df17..2d7a06467 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.0.1/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile index 30bc29de0..39eb2915d 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile.jdk21 index 1b41ae045..5e9543b9c 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.0.2/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile index d52e93e6f..667aea6d4 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile.jdk21 index 7cfcb45c1..62d194e15 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.0.3/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile index 8e81826c1..9e4c0d5e4 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile.jdk21 index c946569de..2a8e087ec 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.1.0/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile index 8b43e1a14..12ab148ad 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile.jdk21 index a7bc59d65..388efc41c 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.1.1/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile index b732882ae..c6c1a67fa 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile.jdk21 index d7b64d620..b799d5554 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.2.0/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile index e59d7372f..5e4473740 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile.jdk21 index b4f849e55..ebf80f86d 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.2.1/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile index bef7df218..0e96ac795 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile.jdk21 index 0e56f8edb..3e47df848 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.2.2/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile index 351919fd1..4165b8534 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile.jdk21 index 2e62ab2de..fb8d543e5 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.3.1/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile index 6b26312a6..9cd42bf38 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile.jdk21 index 61468d1ef..8371565bb 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.3.2/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile b/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile index d3f4814d9..91effbf32 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile.jdk21 index 3011880e4..1c1f0f1a5 100644 --- a/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/9/9.4.0/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/latest/Dockerfile b/linux/ecosystem/atlassian/confluence/latest/Dockerfile index d3f4814d9..91effbf32 100644 --- a/linux/ecosystem/atlassian/confluence/latest/Dockerfile +++ b/linux/ecosystem/atlassian/confluence/latest/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 b/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 index d3f4814d9..91effbf32 100644 --- a/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 +++ b/linux/ecosystem/atlassian/confluence/latest/Dockerfile.jdk21 @@ -32,12 +32,12 @@ EXPOSE 8091 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.1/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.3.1/Dockerfile index dccc7fc16..1351ba378 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.3.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.3.2/Dockerfile index 1bf862def..16e323471 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.3.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.3.3/Dockerfile index 80b69fb10..75be0891e 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.3.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.1/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.1/Dockerfile index 6a4f9719a..e8411be42 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.2/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.2/Dockerfile index 7f642993c..35d6bc42d 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.3/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.3/Dockerfile index f88a8357e..ebf018e5d 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.4/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.4/Dockerfile index 08fd4272b..587a81f24 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.4.5/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4.5/Dockerfile index 3b87a05ad..83be87229 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile index 380dab818..089c3b76c 100644 --- a/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/0/0.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile index b67be1227..b8168d10a 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile.jdk7 index 54289f7de..918fb04ad 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.3.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile index 7365beed6..bed699eda 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile.jdk7 index 8e5f17b58..4d216be48 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.3.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile index 3d499dd6c..3f19c6487 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 index eee599d9a..9419a2bd2 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile index 74d981af7..a9bcdbfb5 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile.jdk7 index 87479a9f8..ba7cac3fc 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile index 24e62fdd7..e67b56988 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile.jdk7 index 93564b78c..cef7e2754 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile index 6a5b82031..e3064ca78 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile.jdk7 index 3462892d2..2498789ec 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile index 0df4510e3..61977050f 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile.jdk7 index a0da289fc..01cf19821 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile index b88e9b008..2f3eb86c2 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 index b725194e6..f6d368586 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile index 15fee2d9c..859fc4fd4 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile.jdk7 index 29b7f891c..d9b2b2c4f 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.5.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile index 7373e85ae..6a0ac59e4 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile.jdk7 index 16e2def8e..9fc0d0aed 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.5.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile index e503e6925..a7411e879 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile.jdk7 index d55b29616..af56ba87d 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.5.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile index 4ccd3afb4..7426fc787 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 index 390209a89..45d80635e 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile index 9d233c3be..253986bb2 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile.jdk7 index f185b35a1..ed988f90b 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.6.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile index d82b94c48..f1c7a354b 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile.jdk7 index ce3de4395..8751d3293 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.6.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile index a2e8f5d33..0f3e092d0 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 index 13a000e23..962c03b3d 100644 --- a/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/1/1.6/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile index 992a93c07..6dd689c95 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile.jdk7 index d43184c95..e9ed26018 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile index 48c5528dd..441f19ae1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile.jdk7 index ff2116957..8fb8ecda6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile index 0363988c5..6b172d83c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile.jdk7 index a15055be2..cf90d97dc 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile index eaf4ecd14..ee876bc60 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile.jdk7 index 5ce3f4011..886c6e8bc 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile index 4afa950a4..4179086d0 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile.jdk7 index e475ee5ad..f8a40e61f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile index 4d705be6f..4f6d6fc64 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile.jdk7 index 4e028a21e..23656ef26 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile index 88afcfdfc..2a7b00163 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile.jdk7 index 8f030f872..f0b621d2c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.6/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile index c5ce4778e..3e331ee6c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile.jdk7 index 4ff4cf052..4b70584dd 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile index d6cc2ef60..e84c3c4f2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile.jdk7 index b9c533973..21e34f5c3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.0.9/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile index cb43ae9cb..ddb0ae63b 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile.jdk7 index 9a2264665..0697468cc 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0-beta4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile index f38f66a01..e99c06b3c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile.jdk7 index 8c380abdb..74b65992f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.1.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile index 15c39b37a..1a1aa2020 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile.jdk7 index f16c26a50..f9c9286c6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.1.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile index 58bbdac9e..7112ba0d7 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile.jdk7 index 23f0c1a5f..5cc86962c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.1.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile index a7f39dff4..9414033c4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile.jdk7 index c8823479c..2f4de6512 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.10.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile index f79916bfe..2070d86b5 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile.jdk7 index 619f0c452..cb117162d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.10.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile index 96b303cf0..8ae518d14 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile.jdk7 index 51ffca4e2..e6aa1cafc 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.10.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile index 6f2217bc1..42da554fd 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile.jdk7 index 6446190fc..66e45971c 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.11.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile index 47c1d7f27..9cdbbddad 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile.jdk7 index e6342b4c7..ac60ab99b 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.11.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile index 9f3c27a69..398f03517 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile.jdk7 index 324073e35..a76c7a655 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.11.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile index f03305063..f5da42edc 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile.jdk7 index 13bccfc89..9e1857ced 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.12.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile index 753062056..055a748e4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile.jdk7 index e8f5fc01b..ebe1c19fe 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.2.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile index 7c88496a8..367b55674 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile.jdk7 index 1a6827e80..a2cf2d2ea 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.2.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile index 9cb03d501..b6bd80003 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile.jdk7 index d6a1885c9..8744237ac 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.2.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile index 5c5b1bcc3..b40b0bbef 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile.jdk7 index 511dd6d22..9448821ea 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.2.9/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile index 6f95369ed..7d69b8f82 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile.jdk7 index 7ea9aca48..11186233f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile index c7e84156c..a69f52af4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile.jdk7 index d2a50a238..5d31afb3d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile index 30af9b72d..cedcdb8e6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile.jdk7 index 425eaed2a..6402b4e76 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile index bdac6f18e..ed9ab54a6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile.jdk7 index 4aed1bc06..ce6b8ead2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile index c1f929aef..a3b9edab3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile.jdk7 index 029885989..e3bb34ae4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.6/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile index b62fff7fb..6a1531515 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile.jdk7 index b11b202d0..483e52dd2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile index 55951fdf3..4d568dae1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile.jdk7 index 2bc242a01..e45218bba 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.3.9/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile index 5571791d6..11610e3ec 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile.jdk7 index 2ea332e7a..c282abda3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.4.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile index e4132619e..8cf474493 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile.jdk7 index 44c58771e..df58fcf88 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.4.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile index 7ad999ddc..1facd2388 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile.jdk7 index b49d3a780..e4318a231 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.4.10/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile index a98a30cb5..d35472ae1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile.jdk7 index e2aa3dbcc..f8f39a595 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.4.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile index af23441bd..cad0d5492 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile.jdk7 index f2b557428..afa624381 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile index 912c1b304..839125ae7 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile.jdk7 index b51d7853b..e896c91e6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile index 0bdd7dbf3..2b2d6f96b 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile.jdk7 index 2869cad34..176fc3bf2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile index 5ab1f6437..482540aac 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile.jdk7 index 6d1d31eec..4c396a730 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile index c894befe2..7e3d01f4f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile.jdk7 index 5f99834a6..4ba97c8ab 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile index 2168d7d19..7b0e4cc66 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile.jdk7 index 59c0a317f..3a0db5789 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile index 07cb423f4..1634307be 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile.jdk7 index f449e70e5..8682a9a5d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.5.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile index a7dbdbfb9..4e077578b 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile.jdk7 index a434e847a..6390f0b5a 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile index e801a1361..dd3ded168 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile.jdk7 index 31d2adb36..c20a23cff 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile index c725627f5..ee861b5a9 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile.jdk7 index 7448b58c2..497aca16d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile index 6e46bf707..f776cf87e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile.jdk7 index c66ed8b73..cd50c1aa7 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile index b5be33560..179cad537 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile.jdk7 index e91f8e711..26cb73e2d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile index 361a9d5ca..3fdb422d3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile.jdk7 index feb230d16..2b31d3631 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile index 37ab41aa6..52e58301f 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile.jdk7 index b3e2a648e..fd41a24e8 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.6.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile index 4e63d4cfb..b7cf81898 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile.jdk7 index f39a4ebab..8c6d3a65e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.7.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile index 00140e580..650f3e471 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile.jdk7 index 6f0d0653e..6318676eb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.7.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile index 180da58d2..0d22c2fe3 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile.jdk7 index b255971ac..88a8673cd 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.7.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile index 264f46428..c6e7461fb 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile.jdk7 index 00d7a0fa6..63281a4bf 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile index 45e5a6971..aafca1c5d 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile.jdk7 index 25f50d8bd..414f367b6 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile index 3a527b2c6..b0ac1de84 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile.jdk7 index 04c52df32..6b74963e4 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile index 51a3480bf..473b6602e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile.jdk7 index 1f232eed6..04dfa2af1 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile index f1d617f31..5e452d385 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile.jdk7 index 528092ef3..726a68a14 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.8.8/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile index 8a4f3c27a..dc78ad595 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile.jdk7 index de4fb10f1..fec6a68fc 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.9.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile index 627366163..e74fe8bd2 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile.jdk7 index 724c1510c..6df307d42 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.9.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile b/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile index a77fe5b15..99d0bea8e 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile.jdk7 index 35cfe0a9c..566320292 100644 --- a/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/2/2.9.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile index 87e59d854..c3cdf8937 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile.jdk7 index 7518e9a97..4aed7c644 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile index ad73723e0..f34067f35 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile.jdk7 index 991eba31f..f4b63fa97 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile index 32ea5c2ad..8637b501b 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile.jdk7 index 9ba0a0a4e..5ed778a42 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile index 9b3549712..b8f3ea772 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile.jdk7 index 64c7e3cf6..e64baf274 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile index 9f7041bd9..519a839c1 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile.jdk7 index de06f9112..2fd191548 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.0.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile index 80e8e3ebf..56f28c7d6 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile.jdk7 index 24e37ef83..6bddc3172 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile index 85d25aa3e..199ff808f 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile.jdk7 index 132523e31..3edbcd7ef 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile index ca5baa337..96dc9429c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile.jdk7 index fd22ec086..309baca23 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile index 90c7dfe67..7d26eeee4 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile.jdk7 index 2083832e2..d78d8fc6c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile index 2087568f8..519650edc 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile.jdk7 index 8a703e207..839966bfc 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile index 468bf669b..64803a0bf 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile.jdk7 index 13198c646..9bd8e4ba6 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.1.6/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile index 1b9da1d30..cb0c84c19 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile.jdk7 index f522f7231..a175c12be 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile index b3a328504..3583afc46 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile.jdk7 index c81e54fdc..0d0ab4e59 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile index fede121fc..6b8ff3ad1 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile.jdk7 index 2075276ad..b75f60f46 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.11/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile index 8c268e50c..b11b53e62 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile.jdk7 index 6140e0b9b..21908894d 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile index a5027e481..e7157145c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile.jdk7 index b7de20243..db42a6164 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile index 63cfb090c..1f928532c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile.jdk7 index fff8a542b..6d50a579f 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile index f0d2a5d6f..585221843 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile.jdk7 index 6106aaccf..0c631ba03 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.6/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile index 8ccb89028..c424c18f2 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile.jdk7 index 17e4dbe87..a63ba3b8c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile index c272c0cb1..8d98d59ec 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile.jdk7 index 2277e58f8..39218fa76 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.2.8/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile index dfd903563..df6ff6869 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile.jdk7 index b75575b0e..b34806221 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile index 1a30156a2..c57861535 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile.jdk7 index c12f36154..e62ee4749 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile index 3219be7aa..92564c45f 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile.jdk7 index 14908cd80..7d10aa8a2 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile index cfb35693b..abe8205b3 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile.jdk7 index 390698455..0d9370fba 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile index fa2e7c0c3..5064cbae6 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile.jdk7 index f342dfe15..a805f7c8a 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile index 6978bafdf..1853f334c 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile.jdk7 index c4c0bcc43..cc4973231 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.6/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile index 10e0db8cc..8bd17842a 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile.jdk7 index b5350f1c0..8ead6b59d 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.3.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile index 8a3ca39f8..99427cb4d 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile.jdk7 index f31384cbe..fed4893a5 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile index ea8a3462f..2558d0c4a 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile.jdk7 index dec0f72ae..622360ac1 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile index eb74fa880..1171dca70 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile.jdk7 index 43a5dc686..96ec1a123 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile index b01c424c2..7e3e1c424 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile.jdk7 index 0e4bfe254..dc99d9842 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile index 55c94440c..48c597c67 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile.jdk7 index 755675bc6..4be69a111 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.4.6/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile index ab5626f35..b36bf9517 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile.jdk7 index 63fd178a6..d8555d316 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.5.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile index 49492a7d2..59e73094e 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile.jdk7 index 897edc01e..b764d3bca 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.5.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile index b06f70e88..83610e360 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile.jdk7 index 6ea58c778..c7da6ccee 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.6.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile index 3caa4456c..fc01326ac 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile.jdk7 index 103d8ff7b..9891e53b7 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.6.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile index 67a9c2840..0d7d8dda6 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile.jdk7 index c27e35595..bb57d5bb5 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.7.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile index 5fd1f5ed7..2ba50f254 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile.jdk7 index 9e46e82ad..cf8e9e2ad 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.7.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile b/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile index 463c203de..8ce9332aa 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile.jdk7 index 01e9721fd..cfa7b69e8 100644 --- a/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/crowd/3/3.7.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile index ef5c95ab7..14f814490 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile.jdk11 index 15b1c3ea1..4e7d9eac0 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile index fd4913c07..175c0eee9 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile.jdk11 index 38edb6203..1454666a9 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile index 5ad09f795..cef4cd679 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile.jdk11 index 37829e944..449c25cf1 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile index 9c458590e..4593073ce 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile.jdk11 index 72a4a2ae0..e85933b36 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile index 034c504b2..aca9619c4 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile.jdk11 index 8ccb8ee21..5601939ac 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.0.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile index 628f4d858..f1a8ae65c 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile.jdk11 index 1ead1c016..8538d94d9 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile index 52dfeb23c..1171a5eac 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile.jdk11 index aa8d390f5..e50ca23d2 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile index dba484b7e..64a07702f 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile.jdk11 index fe0507dbe..59172f69d 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.10/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile index a6d3f28bc..145226921 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile.jdk11 index 97840fd05..28aff38fb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile index 044e01a27..9cdd508fb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile.jdk11 index 74aca3de1..cddc5d52e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile index 291de59e5..08e6fa3aa 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile.jdk11 index f52dc5dbb..3a30cb26a 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile index 3fb150f3e..ff6e205ae 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile.jdk11 index f027ea092..82b50e35b 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile index 7315a3569..b798de859 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile.jdk11 index 00a2a65ab..1134a1f0d 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.8/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile index 3d1e82e8f..5ebe6825a 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile.jdk11 index 8924b6fd3..f17df9f10 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.1.9/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile index a36b437d5..5a84fe852 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile.jdk11 index c108db464..94c2419bd 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile index 95cb9273b..fc0cb3833 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile.jdk11 index 0afc16984..dfc3f0e28 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile index 7dffafc98..b91cade43 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile.jdk11 index 71d877848..2fe2391d9 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile index 6b317b4da..f2d48be48 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile.jdk11 index 7c16bbd54..1883d0ffe 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile index 4d09f08fc..668bf6776 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile.jdk11 index 04d967184..eabf54402 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile index e4e103762..d89177d0f 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile.jdk11 index e7ad3e41c..27b24adcf 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.2.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile index 1840e62e0..5a9b68786 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile.jdk11 index ae73ddd96..2892b0548 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile index 6ebd0baca..66074ee49 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile.jdk11 index 46a0c44e2..a41d5b417 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.10/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile index c617f3574..dd501c086 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile.jdk11 index 70a4a52ee..33eb4ba7c 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.11/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile index 4db860863..b5da7dac0 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile.jdk11 index 48f9387d6..26af1c2a8 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile index 93eaf8085..b58210160 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile.jdk11 index 2ffd1e556..3c82c5c0e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.7/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile index b0dac8dbb..d47c19098 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile.jdk11 index 033722769..a73ac62b1 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.8/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile index c4f95df91..592378d23 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile.jdk11 index 97bf2f607..7d13e676d 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.3.9/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile index 86cf0af87..d74acac2a 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile.jdk11 index 9322b6063..ffc76f56e 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile index fced7d7a7..54b19d38f 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile.jdk11 index 2144863cf..4dabdf134 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile index 57de7617d..bc281f0eb 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile.jdk11 index 5312c4d99..0da0d7666 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile index 59fcc67b2..4a10d2f1f 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile.jdk11 index f26ec018c..4314c9267 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile index a76db4ef0..8e3c18cda 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile.jdk11 index 1076487f4..4fe7ac3aa 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile index 77f994fb9..6d125381c 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile.jdk11 index a051f257b..eed1e02d0 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile b/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile index 0f7d59456..c41933c69 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile.jdk11 index fd8a346a7..e3eb52f2c 100644 --- a/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/4/4.4.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile index fe75ad140..c1dc721b0 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile.jdk11 index 91ed68d18..f63bd01ea 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile index 62ddd5083..0d86ed1a8 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile.jdk11 index 5c8337210..e62247247 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile index 9a6a77b24..e5e5e84fd 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile.jdk11 index 4a89c5b13..e1e899353 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.10/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile index ee12a78e2..428532a1c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile.jdk11 index cb385353f..6228c2fab 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.11/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile index d08338843..9cd8b7abd 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile.jdk11 index 1fb50c3cc..5978b0664 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile index d549380c8..7c66d7238 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile.jdk11 index ed1e5cbe8..b4f41a39e 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile index 7b827e480..c01b420b5 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile.jdk11 index 03a3940da..65fbb1908 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile index 7352ef8ac..b4b515e52 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile.jdk11 index 36e2fb80a..6a08109a4 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile index 4b66f4af3..458492ae9 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile.jdk11 index 53351eec4..2a9a3e363 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile index 7aec0f091..0d5c9df15 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile.jdk11 index 45f8f5afb..f129fd010 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.7/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile index 1bc68610e..191811315 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile.jdk11 index a74dd0210..485b4439c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.8/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile index 9200e1b19..dbdb5a7a7 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile.jdk11 index 20d1efbdb..cf82d16e5 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.0.9/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile index c94adbf6c..44385deda 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile.jdk11 index bd718590b..03d81eeb4 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile index 494464f3e..d5dfbf288 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile.jdk11 index 683788017..1ffe7b13a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile index 3cc2d7990..9c5e25af1 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile.jdk11 index 8091dd8b5..d37ecf998 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.11/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile index 319bbe993..ae664a3d9 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile.jdk11 index 57af6861d..266cc8bb6 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.12/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile index 2a950ee8f..55c978743 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile.jdk11 index 39444dd88..7353cf27c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.13/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile index 8d89d5386..1f52b993b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile.jdk11 index d533c0d12..69b2c54bb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile index e0a621f9a..91eb4d25d 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile.jdk11 index e13f22e3c..6b0dab41a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile index a72cf14d8..8a6f69de5 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile.jdk11 index a0fe8df49..a5525c369 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile index dd9ac8d48..1867b247a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile.jdk11 index 32d4f2997..f04d97206 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile index c26ffca7c..04993437d 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile.jdk11 index 1400a3657..56393d317 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile index 2b345581d..cfdb99139 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile.jdk11 index 279af88c6..3bd4e7906 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.7/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile index b2e95e665..8a8c117ba 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile.jdk11 index c59a73d5b..6d6366483 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.8/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile index 15f5c8aa5..145e7ad84 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile.jdk11 index 263bfc48f..ac875f1d2 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.1.9/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile index dd5b2427a..ff61df978 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile.jdk11 index 4b5a85bc2..740e5618c 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile index 45a6da127..90daadd30 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile.jdk11 index ea12506bf..2f4ce8da6 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile index 39779a76d..81ea175cb 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile.jdk11 index def2c5e08..5cf27ea88 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.10/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile index ab18798de..ead43ebe2 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile.jdk11 index 9c2a66d3b..a4a843268 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile index e6188a3a6..4b7c59496 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile.jdk11 index 0e57bf499..ae218ea2b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile index 1b80c620a..3fa1de563 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile.jdk11 index d4a3efae8..65831661a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile index 9b6e3467f..f21c0aced 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile.jdk11 index 7ead0c45a..64d57e00f 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile index 0887d1c9a..d6cc9739b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile.jdk11 index 99bca20c4..eaebed3ec 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.7/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile index 380e71b1d..a311ac70d 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile.jdk11 index 18491aeb3..3bad5f724 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.8/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile index 4a32620ec..e59ee4d60 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile.jdk11 index 41360b441..d21966c89 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.2.9/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile index 750e6eb17..ade037e44 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile.jdk11 index 63829cd51..85a392fdd 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile index ee6927085..19143d6a4 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile.jdk11 index 5d4fa755c..fb8cc6564 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile index 5eb19e4db..e69e90269 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile.jdk11 index ca67c107f..62f68a87e 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile index e1f2780a6..c7cbd64ec 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile.jdk11 index 750e7fd2a..bf39dad1a 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile index 402a2ec2a..6b1741ea4 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile.jdk11 index cb3cf8837..730951d3e 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile index 4429d8253..1ffb6c259 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile.jdk11 index 5e3334e7f..2e8cc5ec0 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile b/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile index 7f85ae451..31248444b 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile.jdk11 index 0c42eb079..b293d3d03 100644 --- a/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/crowd/5/5.3.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.0/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.0/Dockerfile index 61a99b30e..e018146d2 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.1/Dockerfile index 3d3d3b509..c54cefd2a 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.2/Dockerfile index 52b3702f5..976893fc5 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.3/Dockerfile index e4178fde4..cf091e553 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.4/Dockerfile index 34c09280d..ac185f1e0 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.6/Dockerfile index 141475be2..cd220c35e 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.6/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.0.7/Dockerfile index 58bdc6621..2325a5d79 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.0.7/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.0/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.0/Dockerfile index 4c54045bb..d3c6005d8 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.1/Dockerfile index 840aed1ef..bc8bcb4dc 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.1/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.2/Dockerfile index 9d8e3ce52..cd54ae41d 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.3/Dockerfile index 073d51dce..9d1073eec 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.1.4/Dockerfile index c688e09a0..8cacd760f 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.1.4/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.0/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.2.0/Dockerfile index b97e8cfc8..78086befd 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.2.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.2.2/Dockerfile index a857f3520..3cdc7306a 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.2.2/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.2.3/Dockerfile index ae006547a..17912b2c8 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.2.3/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/6/6.3.0/Dockerfile b/linux/ecosystem/atlassian/crowd/6/6.3.0/Dockerfile index e90dfdbc1..e004b05ca 100644 --- a/linux/ecosystem/atlassian/crowd/6/6.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/6/6.3.0/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crowd/latest/Dockerfile b/linux/ecosystem/atlassian/crowd/latest/Dockerfile index e90dfdbc1..e004b05ca 100644 --- a/linux/ecosystem/atlassian/crowd/latest/Dockerfile +++ b/linux/ecosystem/atlassian/crowd/latest/Dockerfile @@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Dockerfile index 5323e3fcd..c7205dc99 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.0-build-223/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.0.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.0.3/Dockerfile index 1d46f8922..cf0c7762e 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.0.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile index e3b94b9ea..4e87fc881 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.0.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile index b920b19d0..96c6be4fe 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile index 48539d81e..92e9a4a62 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile index dd6d348cc..8a8ec4021 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile index 52a7754a5..2a79e14a0 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile index 3ab2be8a5..6a00d4eed 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile index 896c36e9d..2f2001958 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile index 9ce266138..edc8080c2 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile index e9ccf3cad..c85d4fda7 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile index ef4458df2..e2e95a242 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile index dc05bdab7..315bcd9db 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile index 437312951..1d42753cc 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile index cd2f9b4b8..3a59ecd52 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile index 0135fb984..96e612668 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile index 6ccb9d80b..ee85a36c5 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Dockerfile index 36b693cbf..2d70bcda4 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Dockerfile index 0e35f9754..e02cf852f 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0.beta2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile index 64198e69b..f865330fd 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile index 56d1cce5c..3d8d9d8b3 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Dockerfile index 9fb404af1..0321a1b7f 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.2.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile index f4296afc6..5f39f999c 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile index 65ca6f21c..59f5844c5 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile index 1cdf65de2..4e3e0135b 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Dockerfile index a3766852d..a661d960d 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5.a/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile index 00312943d..ea3a8d97d 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile index 095df1efb..2b2f222ff 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.5a/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile b/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile index d033539e4..2482cec60 100644 --- a/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/crucible/1/1.6.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/Dockerfile index fff9129af..a27229396 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.B3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/Dockerfile index 11e251687..e1495c478 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/Dockerfile index 8d9a6c655..60be5cf64 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/Dockerfile index a1062a3fc..5a5adfc92 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0.RC3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Dockerfile index ae8d9316d..42f6fd39c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Dockerfile index 44c723ff8..48861ffc5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Dockerfile index 44e3c52e5..1c0974f5c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Dockerfile index ade8d0592..c3d7b656b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Dockerfile index 5203b19b9..ad3440809 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Dockerfile index fc146c029..3aad3d97a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Dockerfile index 0bc9660fe..8a700aaf1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.0.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/Dockerfile index 037c24f1d..766dccbea 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.M2cc/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/Dockerfile index f4bb99ea8..644ad1acd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0.RC1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Dockerfile index 7291603de..2cc4fac6c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Dockerfile index 8e83c037c..7067d6d19 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Dockerfile index 20a261299..4b971c410 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Dockerfile index ddf9c5e57..656fbc05a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Dockerfile index 9ac512116..ad5eb05a7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.1.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile index 765578f57..64c679a76 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile.jdk7 index 34112d303..9a2ea6a21 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile index 58b0beade..ec8af9eb8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile.jdk7 index 590d1216f..1b96b5dde 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile index 44c381ce8..c0c4f90be 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile.jdk7 index d8672e8c2..835aba4a8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile index 5acf952ca..6ea5274d5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile.jdk7 index eecdcb97a..9267f5512 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile index 82c60d0e2..742fe7b9b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile.jdk7 index 4caaf3819..9bfc5a943 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile index 822f0e854..e5073a1dd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile.jdk7 index 827ec3eda..d8d9949c9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile index 1509da4bc..f30474380 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile.jdk7 index d1073bc22..5056b000c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.6/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile index 9e19fc7b3..e5d44f01d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile.jdk7 index 96e840c2a..2e02b0c39 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile index 8139682a2..ff184ceb4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile.jdk7 index 656ba0d70..ef4e7533b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.10.8/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Dockerfile index 4f91b2261..ea9e918fd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Dockerfile index 75ca8639b..f2a6df426 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Dockerfile index 2148c30bc..e4254bef4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.2.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Dockerfile index c8daa9696..6cd7608ca 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Dockerfile index 63982e0e7..a1d9de98c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Dockerfile index afa542247..97095d944 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Dockerfile index 854846f27..df60abd84 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Dockerfile index 9cceb258b..4aec6e21a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Dockerfile index 66e56aaa4..12cd4742c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Dockerfile index 5cc186774..6bcbc1373 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Dockerfile index af2f6a64f..b9d76b952 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Dockerfile index c2e9faf2f..4d866cab3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.3.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Dockerfile index 0fc63424f..d5b3dffdc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Dockerfile index a7e3c897f..a0724b059 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Dockerfile index e0fc0b318..292eeef44 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Dockerfile index 80e0806dc..365cb326a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Dockerfile index 279bd5b6c..959725e28 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Dockerfile index 4857e1c63..fc713554b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Dockerfile index e53c33b03..b566dfabc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.4.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Dockerfile index 9459b67d6..2943435e9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Dockerfile index fd019d378..12e890dec 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Dockerfile index 0d653a9f3..4979e1a89 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Dockerfile index cd93dc843..f8d146a15 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Dockerfile index d79fe8c1d..1d70db604 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Dockerfile index 62b3d4447..9340def87 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Dockerfile index 2b1068148..d74449fc2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Dockerfile index 47cf3ed61..402790d96 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Dockerfile index fb7e231ae..dce53067a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Dockerfile index 2e7f0f658..21749b716 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.5.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Dockerfile index ec0e76537..efb0ddd25 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Dockerfile index 55353cbc5..c3d2d5f29 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Dockerfile index e7dca5746..ae54b3cf0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Dockerfile index fa55aaa25..ce7fdde25 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Dockerfile index 23c55ef70..c44294339 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Dockerfile index 51b5e09a8..881a051ae 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Dockerfile index 992ad69c6..68312df80 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Dockerfile index a0fde20dd..4f294b408 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Dockerfile index f3485cf4b..4d56addb5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Dockerfile index 7665e0108..69aee8dc4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.6.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile index 56fbfa657..37fa37038 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile.jdk7 index 04382c195..f8033e27f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile index 07606f39c..6cedad617 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile.jdk7 index 72ae7469a..000a25cdf 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0-EAP-2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile index 3b58513c8..213168973 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile.jdk7 index fa1b44eda..a177ff1c4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile index 73910cd9d..6ce295c03 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile.jdk7 index 38afbae23..161651969 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile index c849b0785..8ca11d601 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile.jdk7 index 7166028a6..87d0f0997 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.10/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile index f12287a65..9820b630a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile.jdk7 index ae0e369d8..559729176 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.11/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile index 6ee008786..70f55020e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile.jdk7 index e3b9a0c77..1154bfd9e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.12/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile index 67ed1f4df..13780f494 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile.jdk7 index dc31c1015..02aeb97df 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.13/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile index c20d5e23c..e4c3a93be 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile.jdk7 index cf2de7f3d..afcd7e3c2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.14/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile index f818cec8f..fa02ceb27 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile.jdk7 index 36f1d35ca..fef458893 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.15/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile index 38e213459..9ccd8a84d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile.jdk7 index 5ce5567d2..a0a07d947 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile index 28e945c30..e659fa30a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile.jdk7 index ef006e402..74f76ad00 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile index bafb73c54..cf62be7ba 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile.jdk7 index 7b7f590fc..5bbdb7469 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile index acaaee3b8..a78c486fa 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile.jdk7 index f8767257c..004f596a5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile index c222884ef..33626e225 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile.jdk7 index 094f635d3..f8852486d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.6/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile index c51fa7a80..00612d3d6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile.jdk7 index 0eaec0c8f..9e6bc6305 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile index 350439980..ebec334b2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile.jdk7 index 6bdee7bf4..5dae1d454 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.8/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile index 5adbf4cb5..9f75dd2d5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile.jdk7 index d263a79ff..17e1400ec 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.7.9/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile index a072d968a..f163db11f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile.jdk7 index 1f26ca852..4b0e9f01a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0-m1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile index 12380bc92..449e6927b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile.jdk7 index d76d7d3d0..999dca172 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile index 0b57a3761..7c2680672 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile.jdk7 index 3cca12adf..55108d458 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile index 5c460a576..6d3ac8b79 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile.jdk7 index a17dfb5cf..951fd523c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.8.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile index a88d3ba2a..855bb093b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile.jdk7 index 0158ea5e9..dd65b353d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile index 7acce4b79..8e3ba2feb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile.jdk7 index 236a5e235..62b1770f3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile index 6e86dc3a5..dae5e4da2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile.jdk7 index 9c5a34462..e7f725b87 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/2/2.9.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile index 4790cb7e6..952573e29 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile.jdk7 index b22a719f7..ad1a5d6b8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile index 7aa991ccc..0c20712cc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile.jdk7 index c2111cb46..a11e96313 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile index a27d1ccca..cb70c8aa3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile.jdk7 index eb5e3daf7..9368c1476 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile index 18a86fdeb..4d07450f6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile.jdk7 index 04a93aac4..76fdeb839 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile index 4d91fd123..7db386a97 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile.jdk7 index aced48f9b..6d77e9628 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.0.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile index 7736826cc..09538f235 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile.jdk7 index 395c5fc69..464858a7b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile index 2378f6a51..09af0d0a6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile.jdk7 index 7bf451ede..6642e3a5b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile index af36c3dda..be66609ea 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile.jdk7 index ebdb84a53..5e4e4a413 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile index 212c1d3c7..b8401d67e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile.jdk7 index 98bc810f4..67511ab49 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile index 64dae210b..65f20a0d2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile.jdk7 index 11d926907..ed8d19deb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile index 7954b42c8..ceb12935b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile.jdk7 index 496c2f2d5..3622d4cd5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile index 37682aa7e..e4ceed950 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile.jdk7 index c6b556f49..a1dcd7814 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.6/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile index 70d7d8079..dcd374fc6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile.jdk7 index 40480d0fe..82fcfc909 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.1.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Dockerfile index 6cf84237a..c4ae757f9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Dockerfile index b312abea4..1d46b1aa1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Dockerfile index 0aeff8808..2b389ed10 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Dockerfile index 21413a51d..8909d25c2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.10.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile index 2334659c4..5f969c64d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile.jdk7 index eec1b45b8..1ea728301 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile index 81c628c81..b13a62adf 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile.jdk7 index e85f9950f..c5cabc6d4 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile index 93870f075..b655feba2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile.jdk7 index a90c5bea5..45fd5863e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile index a154f378a..eb2ac7836 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile.jdk7 index cb8f5ccb8..04d85ba8f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile index f9c87d045..0e50157f7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile.jdk7 index d2b7c20cc..5919f0935 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile index 436a1fea6..06c2d2eb7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile.jdk7 index 14b2e63bb..fb8138b65 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.2.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile index 4183939b4..c5460c476 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile.jdk7 index f5406db1d..d2f256f08 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile index 96acd09d2..e26123a66 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile.jdk7 index 962fc4ba1..4c8e6e63d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile index 25b0a79d8..fcc478f29 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile.jdk7 index 09a5c8ef7..e9f5a3365 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile index f34ac23c4..9333ee8e0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile.jdk7 index d6771bf2e..11b73e975 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile index 4b291dce3..a87e9ad41 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile.jdk7 index 15f6e772d..dfd1e92a6 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.3.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile index 660d1736f..154359a97 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile.jdk7 index 7eb497944..57584ae5c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.0/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile index 3513d0ba4..7713034b8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile.jdk7 index 866d79597..deb86e62a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile index 891c21f70..27a7417d9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile.jdk7 index 6ce653b24..b7a9e698f 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile index 2a8e05372..6060a9623 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile.jdk7 index 88a3473d4..ebb71472b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile index ce8c60a85..6a9522d55 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile.jdk7 index be5a159f7..8f3aeee72 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.6/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile index 555ed2086..2b2bd85b5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile.jdk7 index b300899f4..1acda1fdd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.4.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Dockerfile index 07b0dffd2..ada2387bc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Dockerfile index e040c9af6..eaa727872 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Dockerfile index 6497b8139..800bbe97e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Dockerfile index 6ce8482ca..cbe85a79d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Dockerfile index 4c1812a68..98b513a8d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Dockerfile index f285166f8..7a6167d2e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.5.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Dockerfile index 72074fe5a..c1b53511c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Dockerfile index f9088481e..3844fb2db 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Dockerfile index df76c2f2a..8be53f5d7 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Dockerfile index de05531cc..3537f087d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Dockerfile index 838a79086..1b3c93a47 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.6.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Dockerfile index 8ef6c4668..936468187 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Dockerfile index 421d6260b..85445d8fd 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.7.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Dockerfile index 41f6bbbe0..7a215f3c3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Dockerfile index f0817b6f0..e4f2c44fc 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.8.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Dockerfile index f7ebfca1f..b141a0f72 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Dockerfile index d27a1149d..47aa81222 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Dockerfile index 3cdf75a8f..46855348e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/3/3.9.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Dockerfile index cc3162b33..7b5af064a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Dockerfile index e4abfe043..fe28b42d5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Dockerfile index 807b98b9a..f95bbb65e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.0.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Dockerfile index 80121d880..468fc5a6c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Dockerfile index bf1b2824e..7aa8720a3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Dockerfile index 7e4967c89..888c0927d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Dockerfile index 9a3895400..62531fbc2 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.1.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Dockerfile index c5e619b54..7e6cc1c94 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Dockerfile index 1b51b57cd..68947a3b0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Dockerfile index c9c354647..f08935d53 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Dockerfile index 1efa5f07a..ec7283a21 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.2.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Dockerfile index b4cc43eef..b77839bad 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Dockerfile index d3166ef1e..781d1ba4d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Dockerfile index 4232f9510..00d6c5050 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Dockerfile index 2bdb9b765..a6c8cdcfe 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.3.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Dockerfile index 0264c7c46..5dd01116e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Dockerfile index 9c4831197..0bb34f6b9 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Dockerfile index e68f23f9e..b3af6793b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Dockerfile index fa1962b66..70f247cea 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Dockerfile index 7e39529c1..82b20c887 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Dockerfile index 7df15b0c6..423e6f55b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Dockerfile index ca15b53ae..7291a0a37 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.4.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Dockerfile index 58379f8f5..b27fe8406 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Dockerfile index cdf4e439f..c38dade81 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Dockerfile index f0b3682df..3baecf86d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Dockerfile index fad77ee95..83f9a972b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Dockerfile index 32212970a..3bc6c912a 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.5.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Dockerfile index c4352e6ea..449328d5c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Dockerfile index 64712643e..48f663b9d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.6.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Dockerfile index e94d3bd0c..a2ff3c2b3 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Dockerfile index 823f71cd3..07fbf75ab 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Dockerfile index 9e84fbfb6..46f1e21db 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Dockerfile index 5d998ff61..75058d363 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.7.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Dockerfile index aa5975976..204f32c8e 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Dockerfile index 46fa4d832..c5fef25ed 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Dockerfile index 939cf8d01..e170ab82b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Dockerfile index 502987fc7..4f31883aa 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Dockerfile index 78390603e..a2a524419 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.12/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Dockerfile index 7d4206cba..e956ea6f5 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.13/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Dockerfile index 4e1c92609..5bebea86b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.14/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Dockerfile index 2c4a5bafc..a15dd313c 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.15/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Dockerfile index a4238fec5..13f7f2851 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.16/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Dockerfile index a374801ef..2048de4b1 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Dockerfile index 1e8251eab..8503c5623 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Dockerfile index 462ba2210..6e3e76849 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Dockerfile index 2dd38ff9a..e175553c8 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Dockerfile index 2ccee1750..cbb1930cb 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Dockerfile index dd174eddd..d02c76069 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Dockerfile index 1fbf1d8d2..cd18e056d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Dockerfile index 7d990c263..1956c502b 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.8.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Dockerfile index e7ba14929..a5916d2a0 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Dockerfile b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Dockerfile index d8cd5e749..e34b6731d 100644 --- a/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye-crucible/4/4.9.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/Dockerfile index 03411a8d6..4a987f258 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.0.1a-build-br78-94/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/Dockerfile index e3c407587..0538abf02 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.1.3-build-1.1-119c/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/Dockerfile index 4365e1dc2..cb0787662 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.2.5-build-201/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile index e2a2d06ed..73c0f7ced 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile index a1121e184..09c71dc85 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile index a12e260a9..f1f108389 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile index b6d09eba9..bede113ef 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile index f20847ee6..387878114 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile index 757ef9b72..ecc22decd 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.3.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile index 2a9914cfc..f2e5a440e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile index a5b78a2e9..7dfeb8afd 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile index 62033cf1e..a98824de5 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile index 080feafde..22ca23105 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile index 057f8706b..c5ee2d760 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile index ffbb1a27c..adced226e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile index e43bb794f..2f7200c8c 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile index 36647e06f..c0ade1777 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile index 6ebd1f8b5..72c01430b 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Dockerfile index b36d2f8ad..8b58a6509 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Dockerfile index 0c4bc1b3b..4148c279e 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0.beta2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile index bec89d83a..da1f3c9f3 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile index 24761f6d5..2a01a8e39 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile index 1ab0e70c4..09685b1fc 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile index 5cf2b59ab..4f6559506 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Dockerfile index 278452583..20cf29dba 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5.a/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile index 526dd2983..80d75d6fc 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile index 2fb19d456..1ea27e2fe 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.5a/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile b/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile index 98dfcb04e..2af7b32a7 100644 --- a/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/fisheye/1/1.6.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8060 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile index ad0d37bfb..7ccee0457 100644 --- a/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.0.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.0.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.0.1/Dockerfile index 51d07d113..38df0e0a2 100644 --- a/linux/ecosystem/atlassian/jira/10/10.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.0.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.1.1/Dockerfile index 422a10cb4..c5fa146d1 100644 --- a/linux/ecosystem/atlassian/jira/10/10.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.1.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.1.2/Dockerfile index 2a865b59b..603762d3e 100644 --- a/linux/ecosystem/atlassian/jira/10/10.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.1.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.2.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.2.0/Dockerfile index 40076277a..0ff3a06f1 100644 --- a/linux/ecosystem/atlassian/jira/10/10.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.2.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.2.1/Dockerfile index 3284af7ad..27f50e413 100644 --- a/linux/ecosystem/atlassian/jira/10/10.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.2.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.3.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.0/Dockerfile index 486a066f1..6b3cf5989 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.1/Dockerfile index 2cf1958e5..31a7969d1 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.2/Dockerfile index 1b0718a9e..de9c52aea 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.3/Dockerfile index 613291a6e..a43a61e54 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.4/Dockerfile index b3b576bc9..7c400e81e 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.3.5/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.3.5/Dockerfile index ceebc827d..46baab2be 100644 --- a/linux/ecosystem/atlassian/jira/10/10.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.3.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.4.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.4.0/Dockerfile index f96391daa..b8fd98e49 100644 --- a/linux/ecosystem/atlassian/jira/10/10.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.4.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.4.1/Dockerfile index 8f06f108f..44fdc688e 100644 --- a/linux/ecosystem/atlassian/jira/10/10.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.4.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.5.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.5.0/Dockerfile index da15cd463..208362d46 100644 --- a/linux/ecosystem/atlassian/jira/10/10.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.5.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.5.1/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.5.1/Dockerfile index c31b2b9cd..fe352e200 100644 --- a/linux/ecosystem/atlassian/jira/10/10.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.5.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/10/10.6.0/Dockerfile b/linux/ecosystem/atlassian/jira/10/10.6.0/Dockerfile index 759f3fe3d..a6f2daa7b 100644 --- a/linux/ecosystem/atlassian/jira/10/10.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/10/10.6.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.1.1/Dockerfile index ef635d084..3364e3f54 100644 --- a/linux/ecosystem/atlassian/jira/4/4.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.1.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.1.2/Dockerfile index 21348be6c..f8475e143 100644 --- a/linux/ecosystem/atlassian/jira/4/4.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.1.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2.1/Dockerfile index 1b1caf854..1e57c2657 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2.2/Dockerfile index f2ef32a8f..4224f63f8 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2.3/Dockerfile index 69d68cdd3..b19e160c8 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2.4/Dockerfile index f535c48db..083767353 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile index 862c14532..45d91e990 100644 --- a/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3.1/Dockerfile index 7fd5a143c..30801f829 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3.2/Dockerfile index 9d71f0261..ab5526082 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3.3/Dockerfile index 833532ba0..b063fe061 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3.4/Dockerfile index 229c18037..ac633c932 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile index d931c068e..c3f76679c 100644 --- a/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4.1/Dockerfile index 699558660..0bbe70fae 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4.1/Dockerfile @@ -32,12 +32,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4.3/Dockerfile index 1814cb541..98dc98ece 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.4.4/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4.4/Dockerfile index 6f6aa80ad..ea47138c4 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.4.5/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4.5/Dockerfile index 08fa03edf..de66b627f 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile b/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile index 1b8844433..9499da603 100644 --- a/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/4/4.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.1/Dockerfile index 00a28b37f..0f72aef54 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.2/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.2/Dockerfile index da2113701..a732e1146 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.3/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.3/Dockerfile index e4fb4bb32..aed310d0f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.4/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.4/Dockerfile index 7b2298182..baf87ebaa 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.5/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.5/Dockerfile index d92193d0f..7a877d17b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.6/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.6/Dockerfile index e3350895c..4b97b378c 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0.7/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0.7/Dockerfile index 40beb44bc..7293da8ea 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile index 333006660..0bc631c66 100644 --- a/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.1/Dockerfile index 2d08a37b2..4f0087776 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.2/Dockerfile index 5f99afc32..7d8ef8aaa 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.3/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.3/Dockerfile index e75c924c6..a97521c34 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.4/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.4/Dockerfile index 45287d4db..d2e6e4f49 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.5/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.5/Dockerfile index b46c1a355..1095ca785 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.6/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.6/Dockerfile index 539abaa43..97b1e29fc 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.7/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.7/Dockerfile index 69c471142..510d1deee 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1.8/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1.8/Dockerfile index 953f16fb3..39bac7850 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile index 31965a9c5..525f8fbd4 100644 --- a/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile index 30e04952b..41ef7600b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile.jdk7 index aea6ff55f..9f242f23b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile index cced13148..126815304 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile.jdk7 index 3fa20b1c8..2a883c159 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.10/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile index 9da512770..1b0799398 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile.jdk7 index dec20c9ae..3ddaa06e4 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.11/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile index 0c509135f..2d28d8ff8 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile.jdk7 index bec094ad3..1fc16640b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile index a42a8bb41..f5f6c2485 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile.jdk7 index 2ac7ac425..88151d86c 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.3/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile index 5f67dff92..b3aae0137 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile.jdk7 index 3b1354e3a..72f43f411 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.4.1/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile index 3dd545086..fb53a3968 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile.jdk7 index 492edd8a4..3648f720f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.4/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile index 92fac130d..226de910a 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile.jdk7 index 594b9da16..e7b552a66 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.5/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile index a1fffdf69..1f25473f2 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile.jdk7 index 9dbf3be37..753af1e42 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.6/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile index 62190c786..e0d3c3d7f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile.jdk7 index ddd532518..04c425883 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.7/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile index f1ca43309..1c79782b0 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile.jdk7 index 97702812e..ce2faeb75 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.8/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile index 85a5277b5..154286da2 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile.jdk7 index 6421aefdf..5383680e4 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2.9/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile index 6d1042814..b4461172b 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 index 70ac6049d..ce871687f 100644 --- a/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 +++ b/linux/ecosystem/atlassian/jira/5/5.2/Dockerfile.jdk7 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.1/Dockerfile index f833532a2..ac12ddab6 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.2/Dockerfile index 89899a660..4ab0cab7b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.3/Dockerfile index a4281c603..e9266a301 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.4/Dockerfile index cc58ce012..b772fd644 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.5/Dockerfile index 5e1373e1e..ca74a60d0 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.6/Dockerfile index bd59280e1..3d22871cb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.7/Dockerfile index d45809365..5942d34ac 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0.8/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0.8/Dockerfile index de6b348ec..5e2386c06 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile index e55162af5..fc893d340 100644 --- a/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.1/Dockerfile index ec38dbf06..6d5e01652 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.2/Dockerfile index 2cf53fbfd..101372e5c 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.3/Dockerfile index d1413ecdb..36734740c 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.4/Dockerfile index 591dc3592..0baa42f50 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.5/Dockerfile index f4f3c92b3..78d5fb6d0 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.6/Dockerfile index be7616ff6..bc9e2bd10 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.7/Dockerfile index 7e0836a2b..b2cd25db5 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.8/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.8/Dockerfile index 6039fad72..71d7738af 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1.9/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1.9/Dockerfile index d243a6295..e2dd18e20 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile index 625c8ec0d..ea62ef28a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.1/Dockerfile index 688eb3f92..31cb44e13 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.2/Dockerfile index f8acde079..9d5c1d3db 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.3/Dockerfile index 2b5d55cde..674a9b968 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.4/Dockerfile index a9a8a6216..934ec09fe 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.5/Dockerfile index 68808319a..c95eb42e4 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.6/Dockerfile index ad51de78f..cd3060a5c 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2.7/Dockerfile index f43fd5d2b..784dc6b9a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile index 09a657ce5..4abc46aa9 100644 --- a/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile index f7a89a9c9..d62644d7a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile.jdk8 index 5476ac7b5..7fa5a89ae 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.1/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile index c0a2f759e..ef70255d2 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile.jdk8 index 77571d00e..181986f07 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.10/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile index 502a975c7..808344539 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile.jdk8 index 08a813344..e4173b7ac 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.11/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile index d0f5d6dd2..307109c6e 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile.jdk8 index 44c857fd2..3bb26040d 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.12/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile index 918309392..cfa511eb1 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile.jdk8 index d6a874675..39e7fcbcb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.13/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile index 018ca570d..fbbcc846a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile.jdk8 index 543b1f6ba..57ce30496 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.14/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile index 7c09c670b..e8b75f113 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile.jdk8 index 3a1766d47..722aa05fd 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.15/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile index 9ab5c707a..5ec655533 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile.jdk8 index 479863288..b06bcc814 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.3/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile index 2fdee1c4d..5b3ef61e3 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile.jdk8 index a161e0787..a14993f2a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.4/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile index df8e1a590..04386e3c1 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile.jdk8 index 8d3ac0d9c..683f6ce8a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.5/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile index 7b105232e..521db3fe4 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile.jdk8 index 4b9551338..12893e76e 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.6/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile index 543b11dca..2314ed4db 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile.jdk8 index 1d38658b2..f83168417 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.7/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile index 7fc74ccf5..c183c86b5 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile.jdk8 index 739d23cd7..1c6d5e7ad 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.8/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile index 5b5fac5aa..a17b8982a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile.jdk8 index 4cec65e7a..2d29fee3a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3.9/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile index 7e277fa8c..56e0a74de 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 index 51e3c0109..ac6e880eb 100644 --- a/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.3/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile index 76c3d19ec..203b33621 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile.jdk8 index 5915cac16..73400de51 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.1/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile index 88926e582..fae0f8a6d 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile.jdk8 index fa20d8899..f706a78b7 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.10/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile index 7ee67b6fc..8f6735486 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile.jdk8 index 921714b88..56b64ba69 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.11/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile index dcff17a38..e77d5863d 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile.jdk8 index e0f56caab..fba8ade8a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.12/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile index 8687aa86a..6a8232c15 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile.jdk8 index bebac6ad5..f41468571 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.13/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile index 97ef8d687..367107e23 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile.jdk8 index 2a52774c1..0f80f01b3 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.14/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile index bf31bad35..89b6f448c 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile.jdk8 index d2ec41e80..50e0b1b79 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.2/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile index c705f8114..86227cc16 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile.jdk8 index 86c22b63a..01d33c49b 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.3/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile index 50747ecf7..f067fb404 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile.jdk8 index 0f16f0941..2a152de6f 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.4/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile index c3571869c..5c683924e 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile.jdk8 index a6c0841fe..c3f55de03 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.5/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile index 9f63d39d6..a4c615c7a 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile.jdk8 index e8168aa03..4d6de38cc 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.6/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile index 1a90ec61d..5c250ee7f 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile.jdk8 index 4084a5e56..70f4659d7 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.7/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile index 8136af76e..2c1d53324 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile.jdk8 index 615372216..26018810f 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.8/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile index 4b8828ead..cf5bc41e0 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile.jdk8 index eebaf44b9..a29c46117 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4.9/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile index 33f0592a3..3bb919617 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 index b2557bc1b..e5ece9b02 100644 --- a/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 +++ b/linux/ecosystem/atlassian/jira/6/6.4/Dockerfile.jdk8 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.0/Dockerfile index a8fa5bd99..6b63f0847 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.0/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.10/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.10/Dockerfile index 96fc6c653..b35642deb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.10/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.11/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.11/Dockerfile index 6a95d3313..b3659a517 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.2/Dockerfile index f7d318c1c..1dff93bbc 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.2/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.4/Dockerfile index 673d9b96c..c226af4df 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.4/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.5/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.5/Dockerfile index a9d79deee..843f83f30 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.5/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.0.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.0.9/Dockerfile index 82d139c00..089e04297 100644 --- a/linux/ecosystem/atlassian/jira/7/7.0.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.0.9/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile index 2391786bb..32c2e5a75 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.0/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.1/Dockerfile index 50cf584fc..12813789a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.1/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.10/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.10/Dockerfile index 37c7e2224..d357ca9b9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.2/Dockerfile index 993e04979..7f0287414 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.2/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.4/Dockerfile index 48c520c6d..c8a22b6ad 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.4/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.6/Dockerfile index 16a8e8bd6..acc2d7991 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.6/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.7/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.7/Dockerfile index de25db381..0dee734c3 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.7/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.8/Dockerfile index 95cc7a812..233bd1d61 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.8/Dockerfile @@ -30,12 +30,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.1.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.1.9/Dockerfile index 684f96419..f850bd5cb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.1.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.1.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.10.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.10.0/Dockerfile index 4877ea761..d7c756cd2 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.10.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.10.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.10.1/Dockerfile index 80aa95a01..65383a962 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.10.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.10.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.10.2/Dockerfile index 19f854276..45a62cc32 100644 --- a/linux/ecosystem/atlassian/jira/7/7.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.10.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.11.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.11.0/Dockerfile index 25ab12c9d..fb27138c9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.11.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.11.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.11.1/Dockerfile index ff5ef33a0..91fbd31f5 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.11.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.11.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.11.2/Dockerfile index 6d8cbb655..436442e5b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.11.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.12.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.12.0/Dockerfile index 5924f2001..c0134a99a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.12.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.12.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.12.1/Dockerfile index 6a4c4398d..697a6adab 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.12.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.12.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.12.3/Dockerfile index 9cda0f4ac..c1182bd67 100644 --- a/linux/ecosystem/atlassian/jira/7/7.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.12.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.0/Dockerfile index 4571cb480..5f9ed102b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.1/Dockerfile index fbab4138e..9b0a74479 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.11/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.11/Dockerfile index 5fced6d1b..5b3a4f030 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.12/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.12/Dockerfile index 8477b8e4d..49c8e3011 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.12/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.13/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.13/Dockerfile index 03781550b..10aa021db 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.13/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.14/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.14/Dockerfile index c27a54388..4dabb6ac4 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.14/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.15/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.15/Dockerfile index 562ec6398..c6eb52b80 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.15/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.16/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.16/Dockerfile index 355ba6311..11f29d784 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.16/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.17/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.17/Dockerfile index 296f74b3e..aea6f55a9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.17/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.18/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.18/Dockerfile index ee9a9213f..0c0478a0a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.18/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.2/Dockerfile index b9b27773a..6a251dd41 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.3/Dockerfile index 8a2467b32..dddd6056c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.4/Dockerfile index 8bbf2988e..a122f1955 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.5/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.5/Dockerfile index 44e29f07f..54734c5bc 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.6/Dockerfile index e02e56d7e..10d53552a 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.8/Dockerfile index b53490690..8c5868cbe 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.13.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.13.9/Dockerfile index 579d4f163..f8e3379cb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.13.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.13.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.0/Dockerfile index f5d205916..0c2b6bddb 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.1/Dockerfile index 1cf8d0509..f4bb47775 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.10/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.10/Dockerfile index 5a8b30ffc..ca54bdfa4 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.11/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.11/Dockerfile index 4d6c7d9c3..2e2bc6ad2 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.12/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.12/Dockerfile index 7b80e9177..892b21fed 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.12/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.13/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.13/Dockerfile index 2b7caca97..745be6afc 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.13/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.14/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.14/Dockerfile index a5f7803c0..297e312f3 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.14/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.15/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.15/Dockerfile index 3c7c85366..02c9a6109 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.15/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.2/Dockerfile index ca952d2c3..697a8b990 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.3/Dockerfile index 1bfda79b6..85d4c1c06 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.4/Dockerfile index c262eed56..4f588c229 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.6/Dockerfile index 12ce3f105..4ee86e0b3 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.7/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.7/Dockerfile index fb0b7ee87..cfdd0ac17 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.8/Dockerfile index 572c51dc9..179b468a4 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.2.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.2.9/Dockerfile index 3491ec491..11ef73fec 100644 --- a/linux/ecosystem/atlassian/jira/7/7.2.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.2.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.0/Dockerfile index d5b89b738..a33ff851d 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.1/Dockerfile index 87a536784..33330188e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.2/Dockerfile index 1d0006f86..868e5ff21 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.3/Dockerfile index 16d000cbd..de504a2b9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.4/Dockerfile index 1eca97da3..50f914e5f 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.5/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.5/Dockerfile index 075b95b7b..785ecaf61 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.6/Dockerfile index 3bafc57f9..abb3bf5ee 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.7/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.7/Dockerfile index 8a5600185..e5943738d 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.8/Dockerfile index 699a5d728..a91ed6ae9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.3.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.3.9/Dockerfile index cc2c9dec2..25e272274 100644 --- a/linux/ecosystem/atlassian/jira/7/7.3.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.3.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.0/Dockerfile index 2cf8b4721..8d3464b6c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.1/Dockerfile index 090d08345..554b96ecc 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.2/Dockerfile index 2173f1f97..edbd91000 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.3/Dockerfile index d0caa2426..05c8747cf 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.4/Dockerfile index c642d75b1..b02f9c3db 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.5/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.5/Dockerfile index af57d60e6..488577b24 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.4.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.4.6/Dockerfile index 8fcb10773..ff2e3c3c8 100644 --- a/linux/ecosystem/atlassian/jira/7/7.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.4.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.5.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.0/Dockerfile index 56e00d604..6b171c6cd 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.5.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.1/Dockerfile index d4736fe72..c183b2dfc 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.5.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.2/Dockerfile index 66dc68a64..8bacce733 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.5.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.3/Dockerfile index 1c8d34656..d93be9460 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.5.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.5.4/Dockerfile index fb37ebc10..4bd5ed0b3 100644 --- a/linux/ecosystem/atlassian/jira/7/7.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.5.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.0/Dockerfile index 0ad591efa..ec9af0544 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.1/Dockerfile index 700ecc000..2c3be2d02 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.10/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.10/Dockerfile index d5e21d058..8db610683 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.11/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.11/Dockerfile index 2bc7feb96..cbc9df9bd 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.12/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.12/Dockerfile index e342a232b..d1dd1bf8b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.12/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.13/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.13/Dockerfile index ade421f69..b40baf384 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.13/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.14/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.14/Dockerfile index 733109e1c..b9fb4f29b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.14/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.15/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.15/Dockerfile index 22ae5d64e..9113913d4 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.15/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.16/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.16/Dockerfile index fe0cd237e..a22d11525 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.16/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.17/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.17/Dockerfile index 1f5bf8cb1..cd68a783c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.17/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.2/Dockerfile index 17aa1925b..dea39aa4b 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.3/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.3/Dockerfile index 974d2b3cc..f48cadf14 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.4/Dockerfile index 760cbe943..9da640fe9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.6/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.6/Dockerfile index c854d6893..8789d7544 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.7/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.7/Dockerfile index 64db053c7..9788b8a66 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.8/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.8/Dockerfile index 364917034..6339a5cbd 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.6.9/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.6.9/Dockerfile index bcae690a0..b339233fd 100644 --- a/linux/ecosystem/atlassian/jira/7/7.6.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.6.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.7.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.7.0/Dockerfile index 491b3f323..a31dcec8e 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.7.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.7.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.7.1/Dockerfile index 2522d19bd..a16280516 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.7.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.7.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.7.2/Dockerfile index 911be1194..b837cc578 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.7.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.7.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.7.4/Dockerfile index 8d091237a..5c7f5b34c 100644 --- a/linux/ecosystem/atlassian/jira/7/7.7.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.7.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.8.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.8.0/Dockerfile index 5ef1f8bb0..70ad46408 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.8.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.8.1/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.8.1/Dockerfile index ac4c2128c..1bf5132af 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.8.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.8.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.8.2/Dockerfile index a59660056..231cd051d 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.8.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.8.4/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.8.4/Dockerfile index 15e03e8d6..2cd18c676 100644 --- a/linux/ecosystem/atlassian/jira/7/7.8.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.8.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.9.0/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.9.0/Dockerfile index 94a14da43..391b9c9b9 100644 --- a/linux/ecosystem/atlassian/jira/7/7.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.9.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/7/7.9.2/Dockerfile b/linux/ecosystem/atlassian/jira/7/7.9.2/Dockerfile index 1543585d6..c2b4d6095 100644 --- a/linux/ecosystem/atlassian/jira/7/7.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/7/7.9.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.0.0/Dockerfile index b603134bf..b130dfd20 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.0.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.0.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.0.2/Dockerfile index 01acf428d..d14f2f1a2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.0.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.0.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.0.3/Dockerfile index 642e59f70..da582ac8f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.0.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.0.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.1.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.1.0/Dockerfile index a2a9b533b..6099cb2f0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.1.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.1.1/Dockerfile index e1daebae1..93da341ee 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.1.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.1.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.1.2/Dockerfile index 1ac575c7a..746b6d70f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.1.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.1.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.1.3/Dockerfile index 284ca7677..d12d0f47a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.1.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.1.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile index 5166337d2..5fd3ab5c5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile.jdk11 index fb1bd4859..70c1e3540 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.10.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile index d90533862..7ab7f9026 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile.jdk11 index e51e47834..cf88fd318 100644 --- a/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.10.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile index 1a348506e..970e88fb9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile.jdk11 index b57e1e7e0..968c8f344 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.11.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile index ea9f4ad95..4391925c5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile.jdk11 index 67891c2c3..302cd78a6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.11.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile index ab9d6bd1e..69b968653 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile.jdk11 index 975342d6c..c15cefc96 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.12.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile index cd92e4c3c..3eb1ade29 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile.jdk11 index 0b4b48daa..5a1ab83d4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.12.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile index 7bb9788e4..3e7be2d96 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile.jdk11 index 8999d5bba..a226367bc 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.12.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile index 9181b4dd0..4c1199e14 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile.jdk11 index 1ec211ec1..bb5d10351 100644 --- a/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.12.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile index 18cba05c7..1f798cc82 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile.jdk11 index 55cc222d9..7f8f040e5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile index 94c9a2df5..3f30ba149 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile.jdk11 index d0467648d..5012c7a54 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile index d74ca8963..23b6b1d83 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile.jdk11 index 4455b9994..4531ae6e2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.10/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile index aa0e97226..c11d67bd3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile.jdk11 index 31ceca2b7..db33de7c4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.11/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile index 1c5b97a4d..202447720 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile.jdk11 index d8cbe61b9..9aa1b6e4d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.12/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile index f7f504551..a9af30511 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile.jdk11 index afaaacfb8..140c98a1b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.13/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile index 24f4b5c79..9cab8b3d1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile.jdk11 index 345516fe1..0405e44a2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.14/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile index b206f1a8e..6416386c0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile.jdk11 index 12bca44ec..d9812cbeb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.15/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile index 42b6e5434..901de684e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile.jdk11 index 1cc4098ea..b8679a687 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.16/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile index 904e92752..275adf212 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile.jdk11 index ea31d63df..6826bdf46 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.17/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile index 08d1a1cdd..9a0f9898f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile.jdk11 index 8afb907b9..eaaddafd0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.18/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile index 86a170a08..ab79ceccf 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile.jdk11 index 1909a6b0b..73104677a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.19/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile index 9df431a50..339dd30a6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile.jdk11 index bcf79496d..7393800b4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile index 221d3e5e0..da1f260e2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile.jdk11 index e4d7d58a6..18b383fb7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.20/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile index e93af66dc..10128abae 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile.jdk11 index c6641991f..c798d864b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.21/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile index e37fb7dcb..36a0ff787 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile.jdk11 index eb8484325..8f6494109 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.22/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile index a055323ce..653152d05 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile.jdk11 index fc498ecf0..753bd1de6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.24/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile index b5d001c16..e755767cc 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile.jdk11 index 113629f92..9c7e9e55f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.25/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile index 1d1b1b6e6..92fb655f7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile.jdk11 index b1ce40b66..9af617bba 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.26/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile index ac990494c..4a0606108 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile.jdk11 index 7ad7f5519..df83bea50 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.27/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile index 9e39d5716..f4f124b1c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile.jdk11 index 12303170b..273651647 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile index 9dd101d0e..7d4f3393e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile.jdk11 index ee0d32165..4674bf038 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile index 04f29a0e6..f836f363d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile.jdk11 index c0e6faae5..41fa8a318 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile index 5a98947e5..043f8feb9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile.jdk11 index 8ccb7aea1..ae66f2152 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile index f324fdb93..ce4869309 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile.jdk11 index 504e4d5d2..561c0cefa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.7/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile index 96dcec3d7..185699b7c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile.jdk11 index 640dc7195..897f79daa 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.8/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile index bb3bd562c..366addff2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile.jdk11 index bc57f1dc2..b5e9913f6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.13.9/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile index 3f1de669a..5b65c546f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile.jdk11 index 7fb3e5ac5..89920371a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.14.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile index a7498fe98..2dcc0bfd4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile.jdk11 index 52eac72c7..0d9e4e318 100644 --- a/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.14.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile index 6ab1e277d..a8c17e375 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile.jdk11 index f75617e35..388792df6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.15.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile index 82fad131f..3730fe9da 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile.jdk11 index f0c6e4401..06ec2af8b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.15.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile index 043d1f123..3fbb6b1a0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile.jdk11 index f4f8325e1..778d63c95 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.16.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile index 8850465b2..8a46a1ab7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile.jdk11 index cc82530f0..5ec53f8dd 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.16.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile index d43cf7312..9b0449c28 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile.jdk11 index ff99e7ebb..f907ad13b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.16.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile index c5f8bec18..34e32f324 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile.jdk11 index 60c2c2e71..b29fbd9a2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.17.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile index e31fdcc92..dc6e5eaa8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile.jdk11 index 75bc592ec..e07c370af 100644 --- a/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.17.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile index 50379aa44..3758a8dd0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile.jdk11 index afa59ca65..e6c2f6e4c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.18.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile index 094a10e16..90399b420 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile.jdk11 index a7c0bea16..e8aeb92ef 100644 --- a/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.18.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile index e806c6296..b794fe978 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile.jdk11 index 43c90c4e8..19ad61096 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.19.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile index 62eb621ba..de2ef4d01 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile.jdk11 index 6edb8e543..3b824b6cd 100644 --- a/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.19.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile index d87df0f4a..ab7693b09 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile.jdk11 index 9c1645cb2..b32354b43 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile index 7f8572dcf..bc1e7bbbd 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile.jdk11 index 4508cb367..33c61d0f9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile index 0ea912a9f..aa63991a5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile.jdk11 index 9aa70e91d..ad2cf585a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile index 2a2f5ed42..3e35f831c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile.jdk11 index f8adb1165..9d5d6f562 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile index 3dd41c91d..3eb5ca811 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile.jdk11 index d751ef488..4064464c4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile index ec07a24cf..e71fbcf31 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile.jdk11 index f14dd041a..063ef481d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile index 28b0dae08..72dadddb8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile.jdk11 index 9375cc612..e72c64be8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.2.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile index 7c8bc4727..8e465087f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile.jdk11 index 4a3b7286d..50fc0d5dc 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile index 28b98e370..0375c9ede 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile.jdk11 index 3d2882729..f9266c7d2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile index b39f28f9b..432c95a48 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile.jdk11 index c3e73c660..02401d370 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.10/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile index 959619079..25d2a4037 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile.jdk11 index 1f37558e4..fa591adc6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.11/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile index 0a67c5581..3448cac76 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile.jdk11 index fbffe3a6f..213a3615c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.12/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile index 6ffbdf061..1ed426aa9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile.jdk11 index 339d262dc..04e66ee75 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.13/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile index ef4daac45..462362daf 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile.jdk11 index fecec5c13..de6665782 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.14/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile index 1253f2872..77880d365 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile.jdk11 index 3986c8296..bf6527067 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.15/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile index 6556af359..725d6048d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile.jdk11 index 77dc7cc06..2cd4f9bf3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.16/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile index 24d02f5fc..3efcf2aec 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile.jdk11 index d63c84370..ecd8f2f89 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.17/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile index 451c11bf2..c72512e70 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile.jdk11 index 413cd94a5..6cb95e157 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.19/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile index 9f499aac5..333f8335c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile.jdk11 index f35f08e3f..ac9d8828c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile index 00d0f3daa..73326ea65 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile.jdk11 index e1e69f132..2b830f062 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.20/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile index 38c1501f5..6b7b6fb5c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile.jdk11 index 47a8a676e..97e3047ea 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.21/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile index 05501b008..f8f726b05 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile.jdk11 index e5c3570f6..bd1aab32f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.22/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile index 59026a42c..2892e6821 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile.jdk11 index 9c0a6d94b..b2870c32d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.23/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile index 56220a66e..d992486c3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile.jdk11 index 44cc4cd70..61e9ba6f7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.24/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile index 7c91d7d99..ad182381b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile.jdk11 index a24ffda6f..4358b9534 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.25/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile index 6d22bf617..8d3bd10b7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile.jdk11 index 273756c14..44eb4f3d2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.26/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile index bc06b40c0..23d93e91a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile.jdk11 index ec8013bd9..7d5bc97f4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.27/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile index a24b008d2..fb077bc81 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile.jdk11 index fe0a204fb..c992c73f2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.28/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile index 2c28d215a..5cda156f4 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile.jdk11 index 66aaf7024..201360312 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.29/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile index cf063d3be..823b626e3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile.jdk11 index 4a83736db..7a137a151 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile index 95b2f3567..f7e94554b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile.jdk11 index 8c5cd0a6a..65931c10b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.30/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile index 344739c6d..539941d02 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile.jdk11 index 6c3bac940..cba2b06d8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile index 1168ac1a0..c7593f061 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile.jdk11 index c5a62f5fa..e0a6029d7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile index 08c8bda90..487f241a8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile.jdk11 index 8cfeeb6b9..40ebf41de 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile index 6c232d384..4a80b6814 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile.jdk11 index 5de07b2bf..f4fc7648b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.7/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile index 3e5098796..7f43835b3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile.jdk11 index ec84e5f39..29b3ea3df 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.8/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile index e1a6e7ca1..67b99ae1c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile.jdk11 index 1a2bd6129..a43792e90 100644 --- a/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.20.9/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile index 677e65e21..21c51736c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile.jdk11 index 60ef2d045..103e3f465 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.21.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile index 8d6868753..3a9f97484 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile.jdk11 index 42bcd7eb5..bf0925edb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.21.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile index 28fb870c5..fc9966224 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile.jdk11 index e28fe03d8..54adf0f02 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile index fad9fd190..270bf9018 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile.jdk11 index 28314d495..64d35473e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile index 225b56c25..133b9a77d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile.jdk11 index 13845d080..1b51ca5ac 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile index 6561347db..642780889 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile.jdk11 index ea414cc2a..9bbfd3fd7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile index 0ff12f602..f070ac358 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile.jdk11 index c1576fc71..94664e394 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile index a31e6e71c..5c871b3df 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile.jdk11 index f660ba600..b76675059 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile index bce65e095..e58a240c1 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile.jdk11 index 7739a462d..6d873ced8 100644 --- a/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.22.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile index d0ed6f588..7e3413e31 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile.jdk11 index 2a813a248..5fe429996 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile index 1e363b373..75273758b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile.jdk11 index 95a5ce177..9484ef588 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile index 01af0d67f..9fc028467 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile.jdk11 index b57b9f41f..400efa66b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile index 1b30c6ee8..e70a66a9b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile.jdk11 index f03dc44d0..f369e269c 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile index ffb0002f5..f046cfbde 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile.jdk11 index 22d6598f4..67e1d65af 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile index 0cd6ff6bf..be755963f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile.jdk11 index b59648c97..1b1850468 100644 --- a/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.3.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile index b8011401a..009a217b0 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile.jdk11 index e80d50d87..d6a917250 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.4.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile index 91059c699..cfdd3ddf5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile.jdk11 index 86973b805..f9685c014 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.4.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile index 5a11f5595..e7f05d5f9 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile.jdk11 index 29b863ee7..c40ec1d8a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.4.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile index 2b61a3d6b..075d19a1d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile.jdk11 index 49ea276c9..ef4c4ef79 100644 --- a/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.4.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile index 2cdf15e3b..e0e4c0f71 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile.jdk11 index c982c85d8..11e53b100 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile index be7c08d26..ebff00e40 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile.jdk11 index 4aa1dc715..50b889707 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile index d41ab7805..9b2748237 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile.jdk11 index 8e8fe3cee..232132a14 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.10/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile index 44d67c8d7..96dfae825 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile.jdk11 index 0d190e3af..e427920eb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.11/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile index efcf8c9e9..c9262aea7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile.jdk11 index 0ab14d617..5473f5d74 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.12/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile index 50107541e..7c16ee0c3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile.jdk11 index 4141e7cbb..bc919c0f3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.13/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile index 0eb96a071..3c9408adb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile.jdk11 index 642021df9..3a273d97f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.14/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile index e6ca0c318..943699cd3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile.jdk11 index ad00147d5..90564b29f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.15/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile index 3e746af31..46aaeb1c5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile.jdk11 index 794d51354..6d3feb418 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.16/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile index 14306c1cd..d44e10606 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile.jdk11 index 094d54661..44f6ed2e5 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.17/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile index 193b8b966..3b776431e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile.jdk11 index 93820d18a..a8929c6f6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.18/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile index b9a44222a..f582aa8ba 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile.jdk11 index c03ec73cd..77d3fb9cb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.19/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile index 3c9929fdb..34ec785b2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile.jdk11 index 515795d9c..5d7da2089 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile index c6ccd5be0..a0f380f90 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile.jdk11 index 16ab0e283..d126fcb03 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile index e6339985c..00349ba9b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile.jdk11 index 7ad4fba5b..0accfef3d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile index ea9043d17..58801956b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile.jdk11 index 7fb64ea13..44a427d77 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile index 5ad2eb3f1..9620e60cb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile.jdk11 index 46035b413..bbefb25ea 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile index ca3d7932c..820e4709a 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile.jdk11 index fcad4c279..08c5c36ae 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.7/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile index d74432703..ae9227b5f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile.jdk11 index d42bb2c03..5dadd99e2 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.8/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile index d3d773b64..92660c8b6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile.jdk11 index a5ca71e3e..19790dbd7 100644 --- a/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.5.9/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile index b81bbcfb6..6f6dbf39f 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile.jdk11 index dea5e4b31..28570d221 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.6.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile index 0ed777979..0485f5957 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile.jdk11 index 673feee92..1863f61f3 100644 --- a/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.6.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile index 4e1a36e36..8895975ca 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile.jdk11 index 67e3609a6..4d69b79f6 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.7.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile index 1b7434407..368f98e8e 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile.jdk11 index 2cf1aaafa..158ba99cc 100644 --- a/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.7.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile index 207c122f5..806fbdc08 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile.jdk11 index ca98988d2..9bef6619d 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.8.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile index a5d5b537f..cbb761c85 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile.jdk11 index 15acb1f19..bfa198a79 100644 --- a/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.8.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile index 262607292..a50fb95ee 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile.jdk11 index 827f4b1a5..1eca40b78 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.9.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile b/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile index 5a970137a..3b1242e6b 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile.jdk11 index 79b5d45ad..5e46202cb 100644 --- a/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/8/8.9.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile index d945968f8..106d7e636 100644 --- a/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile.jdk11 index acac4b620..3fc2f23c8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.0.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile index b6271a416..f46759e4f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile.jdk11 index 0f670117e..8a2e34c87 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.1.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile index 747da06cd..4e6a33ec4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile.jdk11 index c13c20c19..bd02b7b2e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.1.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile index 5c9466a75..b5404ef98 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk11 index a8a86d0df..a9b1f2ad3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk17 index e1bb59a68..3ee9992ce 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.10.0/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile index 8d4fb4697..3e15015eb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk11 index 8d9f91d11..fc47e14a8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk17 index 8429c9f20..b988ad1c3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.10.1/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile index 05d8b3f12..2a03c6b78 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk11 index 7708daafd..e38357e94 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk17 index b3cb73c50..8848d47d0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.10.2/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile index e073a420c..110aabf5c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk11 index bc221d4a3..b84a9c52c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk17 index 9f51cfd57..c50aca9c5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.11.0/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile index 2a3a0ffe5..c81b90a2f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk11 index 9e377d261..0e934cded 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk17 index 0a444f814..a4ddc4f1b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.11.1/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile index 51432e731..5b501ab14 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk11 index 04d17105d..05225116a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk17 index 180daf522..457a4f965 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.11.2/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile index c474ae569..a80b2adad 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk11 index 7ef29c54f..b9ddc1387 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk17 index 20d0df44c..8198378fc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.11.3/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile index 0da2f14a1..f35db343a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk11 index 4f7d4c8de..911f2547d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk17 index 3db04554f..eb4b937b3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.0/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile index 60cc04e72..0fb1ec789 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk11 index 06de36e63..1c13caec0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk17 index d84016722..4b546a2e2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.1/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile index ae1651519..30139570c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk11 index 2b08d19c5..57098c634 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk17 index 87b2c62ef..d13a34ba3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.10/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile index 5435f90c2..c0ab60d36 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk11 index 404f3fe64..d89824613 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk17 index a827b404e..a767968b2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.11/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile index 507efa471..bdd21d879 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk11 index 960ba1f6b..9b2a61eaa 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk17 index 7f3d872b9..4cb0776b9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.12/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile index dcc150dec..a2be81dbd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk11 index 37354c6e7..0e6267ce8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk17 index e6766e564..b9dd3ce7c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.13/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile index c7cdeecb6..6475ebd4a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk11 index 5f54addc9..857ce31fe 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk17 index 43c595928..de5640999 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.14/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile index 1629b6c5f..192ab2449 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk11 index 13537d7be..380561c1c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk17 index f3c229d4f..acc4de71e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.15/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile index 05818213b..c213fd32a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk11 index ba024cdbc..6cc5f0a55 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk17 index 82798799e..e6bf6b47e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.16/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile index b62b7234b..5f216fe47 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk11 index 39244547f..eeb91af12 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk17 index 149bdedc1..90ad65743 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.17/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile index 3733a7ae1..d61224f04 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk11 index d131cf01d..d7f0ab57f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk17 index f2a4ad020..9db61620b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.18/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile index 281e44999..eaa4cede4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk11 index 8a8906a80..f07d02f46 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk17 index a6d84ae5f..c610f0127 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.19/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile index 5d89160b8..55b7b17fe 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk11 index 3fc178c16..e9b9dabbf 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk17 index 39226f429..6950b1841 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.2/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile index b66f7ee58..def6f9605 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk11 index e2da0c53f..18b5031bc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk17 index b7ab4980a..ad3e8ccbf 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.20/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile index 71d693481..1f443be86 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk11 index f46aac112..a6989dccf 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk17 index 249fa5bea..9d27b995e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.21/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile index 80ef4d65a..8470b0faa 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk11 index 80149bdaa..e15d502b6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk17 index 6d602ca0d..bb1778cb6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.22/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile index 417162710..a13a79bb9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk11 index a001de370..e5eb10b90 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk17 index 15841afd1..be837d92c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.3/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile index 85150fca3..2f72d3ad8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk11 index 5ed1fb4fa..9e70d0175 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk17 index f8d0beecc..466dec566 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.4/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile index 83aebc3b8..87e3c0f4e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk11 index 555e91f98..709f18372 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk17 index 105c9ed76..40eb40591 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.5/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile index 25b3dfdbe..5715c0150 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk11 index 9c0f989c3..b73af730c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk17 index 1c0caf1fe..378eff7b9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.6/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile index 9f4374efe..34bf743ce 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk11 index d962f821f..3c1f9590f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk17 index c096556f6..2179551e7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.7/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile index 982577b6d..92764cb8a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk11 index de5e90785..e92fac582 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk17 index e7740af4e..9cd4b2670 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.8/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile index 639093fb8..c35469622 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk11 index 2ef4f0d93..dbabcf4da 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk17 index a964c7719..5aafa4b3a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.12.9/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile index d4064b133..539dfcd89 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk11 index 1ad74a8d6..09b00ef00 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk17 index 938dc88a4..d7594a6fa 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.13.0/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile index 463e600f4..711a7fb20 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk11 index fd42decb2..3061f2d1f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk17 index da04a5fd6..ef72f4b40 100644 --- a/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.13.1/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile index 3234ac9b1..07a04862f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk11 index 1446f61a1..193e5eb63 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk17 index 614e6f75c..39790375d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.14.0/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile index 4ec6359cb..ba70c5e73 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk11 index 9d312ad71..57c3a704d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk17 index f94744e14..e3b127be6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.14.1/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile index 86c3019ac..f88d9df44 100644 --- a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk11 index 0732d1e4d..f20bbc990 100644 --- a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk17 index 544d92882..62f377acb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.15.2/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile index 64f16c4f9..b67e3ba0c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk11 index d57d65a49..747b32368 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk17 index 2cb0b565f..c879a57b0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.16.0/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile index ffb9113cc..a8b0ebe60 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk11 index 726c73502..bebe1cc31 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk17 index 5d177ece2..15a6fc609 100644 --- a/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.16.1/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile index a094a394e..33b93bd47 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk11 index 614dd6076..52c9b6681 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk17 index 1545efa5b..af78e2872 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.0/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile index 2dab29526..e3755cb69 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk11 index d89691c77..6dbb209e4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk17 index 4b8851672..e6ea396bf 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.1/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile index 8016c1c57..f965160dd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk11 index 24341221d..580922087 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk17 index b5875d480..6fec800e8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.2/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile index 3e303c4b4..5b065312c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk11 index 2f96f8ee0..681f61f08 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk17 index d57011b16..0a17d46f2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.3/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile index c3afb9871..9867ba814 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk11 index 641017383..7ccab49d7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk17 index 4fbe21103..9ca5c6982 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.4/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile index 62e3cc675..c8121e7fb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk11 index bbbe86850..2a12fcb54 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk17 index 8b56dca2a..8f9b45c04 100644 --- a/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.17.5/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile index a829fcaa6..fe3f12a97 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile.jdk11 index e2f778e6e..ffe982a23 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.2.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile index 281e21da5..4462e4e5e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile.jdk11 index 4ce976af2..6e7fba102 100644 --- a/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.2.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile index c6ad54bc5..da9126745 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile.jdk11 index 90b3b8c82..6d97c40d3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.3.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile index c3a557d7a..25cb0ac2f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile.jdk11 index eb529e4ef..3efd48998 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.3.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile index 75a3dacf8..da7f2edcc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile.jdk11 index 858b2114c..f6f17a63b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.3.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile index f81e386ad..9cfdbc0bf 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile.jdk11 index 523753793..16bd1b293 100644 --- a/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.3.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile index 2b9604ea0..e41024b83 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile.jdk11 index 8749e08ab..0b9ddde37 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile index b44ce8551..222696040 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile.jdk11 index 28e540c10..781112046 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile index 09b8d8a0c..9fab55168 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile.jdk11 index 0208b7453..1a9957e12 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.10/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile index a57491cb5..416fd8bc6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile.jdk11 index 65aaf9e9d..a60242476 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.11/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile index 0cda6d097..1c2a05bc8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile.jdk11 index b68647961..69ad82514 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.12/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile index cdee128c0..a03189afb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile.jdk11 index 1866577ee..25a288dd7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.14/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile index 3f887e1f6..c070c15dd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile.jdk11 index 18981f57f..a5ca5c564 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.15/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile index bd48c4247..55253f077 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile.jdk11 index 2c2248c09..9403f6cda 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.16/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile index f29873459..814489659 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile.jdk11 index 1def38b26..f235cf85f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.17/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile index 2d28163a6..5fe9a0460 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile.jdk11 index e160c06b3..8b7bf96c6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.18/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile index 8bb3774d2..4de918e68 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile.jdk11 index dccd0f7e8..4b5d256d1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.19/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile index 8a79106dc..7df1a7477 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile.jdk11 index 330d46d81..6699f837f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile index e510f65ce..79deb260a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile.jdk11 index 2626a3580..fbee85a30 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.20/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile index b0d9f044e..2e3dfd4be 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile.jdk11 index a5b70f30f..efcbd4180 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.21/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile index 66ee760b3..bec3d7cf8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile.jdk11 index a1011b6cd..c465104a1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.22/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile index 4d102f229..250640868 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile.jdk11 index ec6b79cfb..92f2e5383 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.23/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile index 00b8f42cf..f0c8bf6fd 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile.jdk11 index 8baf47de0..41f249651 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.24/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile index f7fd03057..3e240fdef 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile.jdk11 index e956ecb8f..01cf28055 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.25/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile index 6f93f95a7..1d14eb040 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile.jdk11 index c35d5e404..983caf3cc 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.26/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile index 142a1cce8..f06cf407c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile.jdk11 index 822827670..69819332c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.27/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile index 255fcad54..c39a3c01e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile.jdk11 index e99b9b3ae..2e1821ef5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.28/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile index c62d292f8..a03066cdb 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile.jdk11 index ef33fafa6..e198a39ba 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.29/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile index 46db56f2d..55c4655a0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile.jdk11 index e542b8e2a..bc151018d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.3/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile index 4931ab965..535ecf55d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile.jdk11 index cf3bbedfc..87536d66a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.30/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile index 8bf856355..587354f40 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile.jdk11 index e90b12074..7b71f0244 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.4/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile index b03795345..64a5d4664 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile.jdk11 index 16dd690cf..13ba70020 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.5/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile index 8bcc8bea5..cd30a2b8b 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile.jdk11 index 42ab9b333..668e89893 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.6/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile index 3ec076ed4..b5c710722 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile.jdk11 index 090a7e24c..75a8bc5b5 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.7/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile index f01419686..2779dc786 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile.jdk11 index 74fae1493..b59479cb9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.8/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile index ddd26b66d..659fa8511 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile.jdk11 index 3c6709de0..6020bd057 100644 --- a/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.4.9/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile index 275d13d57..4551d5723 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk11 index e03703783..b87f582a1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk17 index 9fdf83b7b..cf0cada69 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.5.0/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile index e2ed8510b..fb3be7b1a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk11 index fa873e505..7081f16d3 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk17 index ac2a77dda..2ac5b6337 100644 --- a/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.5.1/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile index fd1c6d98f..07f8f64d1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk11 index 458bd28d6..4e8ad2b2e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk17 index 41837ed8b..807711353 100644 --- a/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.6.0/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile index 13eb02efe..d10efedf7 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk11 index 810a18081..57ccddee2 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk17 index 9e7fc6c7d..19bd967d1 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.7.0/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile index 64641a9a8..d799763a4 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk11 index 8ed64b759..2792c5302 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk17 index 0d9e23241..c8d683643 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.7.1/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile index 3190b6514..96654bb3d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk11 index 3706066b7..f960ee570 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk17 index 2cbbf2e54..27bd4cf0f 100644 --- a/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.7.2/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile index f850879e8..724eaf20d 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk11 index c5bd0a4d6..78ed7bf85 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk17 index 6a70a65f7..2b2ef0c38 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.8.0/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile index 20d47f802..62326b9a9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk11 index 9e4fdd29d..c399552b9 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk17 index 78dfca09d..aef1dfb3a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.8.1/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile index 6c4b5bf9c..45e604b92 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk11 index 51014ed77..455edb5bf 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk17 index bd13aaa65..45cde1476 100644 --- a/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.8.2/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile index 0df65e67c..2b0101404 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk11 index 1cebf84c7..bb1611469 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk17 index 5498b5fca..8060de61c 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.9.0/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile index 9d9c482a8..90914100a 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk11 index daf8dbc7c..0638cfba6 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk17 index 45790df23..af98a9672 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.9.1/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile index a2093b767..01e91c2d8 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile +++ b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk11 b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk11 index d561a5aee..d069ad5c0 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk11 +++ b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk11 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk17 b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk17 index ac9eb95b9..5a18e990e 100644 --- a/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk17 +++ b/linux/ecosystem/atlassian/jira/9/9.9.2/Dockerfile.jdk17 @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/atlassian/jira/latest/Dockerfile b/linux/ecosystem/atlassian/jira/latest/Dockerfile index da15cd463..208362d46 100644 --- a/linux/ecosystem/atlassian/jira/latest/Dockerfile +++ b/linux/ecosystem/atlassian/jira/latest/Dockerfile @@ -31,12 +31,12 @@ EXPOSE 8080 RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${DOWNLOAD_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile index 0b9b98a49..bed6f6e51 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile.develop index e3dc0e17d..c5a80e4ba 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk11/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile index b57c2f455..3d2ffdda3 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile.develop index 3cc874fd6..dd8b68361 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk16/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile index c55fb05b9..9abc58a67 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile.develop index 60bc81d31..1d1172de8 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk17/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile index 15738f5c7..0a44c4e67 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile.develop index 25f5e1a8a..c181ce8c1 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk18/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile index bd44e8f0e..01af2495f 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile.develop index 5665cb80b..6c9c4a4ac 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk19/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile index eec9ffc72..7dd2cb475 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile.develop index ab0236f2d..4e04f3b56 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk6/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile index 6d4fb17ba..1e2ea73b1 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile.develop index 04ff410ad..a0ea74039 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk7/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile index a40b85c24..b97406c34 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile.develop index 8ccdb7ed4..4f775d284 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/jdk/jdk8/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile index 95588f034..8fda79df7 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile.develop index e6d3c626b..3c55bd17e 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk11/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile index 8f8875381..e092a3b67 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile.develop index af44aff53..952b6cc7a 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk16/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile index fc45959ef..9ba2a190d 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile.develop index c602c5de1..e4373e5d3 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk17/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile index 4f1524635..67bfdd277 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile.develop index d7a58d21c..75022b2eb 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk18/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile index 7d0a3df94..603dc947c 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile.develop index 79adf7fe9..d1dfd88b7 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk19/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile index ccd148a92..20ab52684 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile.develop index 83f773da0..2d145a0fc 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk6/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile index 6234136d1..48eae11a4 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile.develop index 7d136ff91..ce8ec7863 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk7/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile index 4094337df..47a042d9b 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile.develop index 8bbfc5f43..8ffe3e506 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/jdk/jdk8/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile index f871520e1..f1d554d7f 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile.develop index bea1ede32..e24321b08 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk11/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile index 8f327ef88..f44d5442e 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile.develop index b8dd68b73..456c0bee6 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk16/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile index ce80d42a3..75c6c1aaa 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile.develop index c50c1cf63..579b19203 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk17/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile index 48f854677..2437c84a2 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile.develop index 1e6b031f2..656e14c14 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk18/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile index 1c73acfd0..d35287424 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile.develop index 06e413c07..455bb26a8 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk19/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile index 3a65cf6b4..4dd525dc3 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile.develop index 6afe8a747..aae988f0c 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk20/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile index d6dcc75e6..ed7877991 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile.develop index d5940cca9..b48a14e33 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk21/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile index ab2f393a1..7e932a186 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile.develop index c4ff58c66..039ae92bd 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk22/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile index 95718d76f..ac8a03616 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile.develop index b8c77c274..c982d6f7b 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk6/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile index c2871ac35..6fd9120a3 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile.develop index 9c4f727ae..97f60809a 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk7/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile index db671c0a7..7f2ba531a 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile.develop index af6f27c5f..c82bb8d91 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/08-jessie/jdk/jdk8/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile index 16731130a..0cda61ebb 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile.develop index e5480bcc5..29e55257f 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk11/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile index 77c97c35e..bdb062a63 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile.develop index 3a0c0add1..233d680f7 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk16/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile index 99b1eff4d..da2b4a39f 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile.develop index e26c3be24..a5d0a81ab 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk17/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile index c33f353a0..ef3529302 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile.develop index 65e268cd3..0aa42c28b 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk18/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile index 0f7180c29..f07c90c42 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile.develop index d59f00a02..651c93837 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk19/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile index f8c13460a..f5ffc6507 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile.develop index b9e30f14e..4fa972138 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk20/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile index 727fead6d..15b6c5127 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile.develop index d37df134f..49b4b5401 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk21/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile index 6a7ca4402..e559962f8 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile.develop index f622e74bc..766966224 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk22/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile index d19ed5502..cc3a0feff 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile.develop index 7f981f3b8..f20b6e739 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk6/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile index 6c7a9045e..c7f7349ec 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile.develop index 79ce40c73..d3be35b7c 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk7/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile index bfe951719..eaef6d984 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile.develop index ba70703c0..f9fbbdd4c 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/09-stretch/jdk/jdk8/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile index cedf1b19b..a87119b06 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile.develop index 623c2a1d7..78eb49866 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk11/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile index c219d2c6a..c41a04af3 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile.develop index fbedef859..1feb6ab42 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk16/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile index cebc7ffb9..0137ea264 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile.develop index 12e62c8d1..97442da99 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk17/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile index b6535e17b..8055aa41a 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile.develop index 3de1158e1..7ddd75cac 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk18/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile index 608a28b29..5e4643144 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile.develop index 5cec8b35e..5f9405039 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk19/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile index a129c851d..1b0380f56 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile.develop index 8dad3f174..92857458f 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk20/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile index e698c7cb4..08cdc5685 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile.develop index 738bfb13b..86f81ae0c 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk21/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile index 3b125bc8f..f1a4c548b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile.develop index 936cd57ae..aaada902e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk22/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile index 100e6ea94..9c6148c69 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile.develop index c63309fd8..e9905ee0b 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk6/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile index 1838eacc3..f376aa6fe 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile.develop index ec61353b3..3e52beda1 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk7/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile index da31de4f2..309afaa95 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile.develop index 89a1e919b..876b4e00e 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/10-buster/jdk/jdk8/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile index 2f8db826e..1a6c930a0 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile.develop index 96235ca0d..f0ae6f8f2 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk11/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile index ae5622e72..1135973d5 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile.develop index c3c2f47d9..ba2648464 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk16/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile index dc744efea..a0c6d9387 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile.develop index 4038298ba..cc0df24f5 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk17/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile index 37f5bf893..9563abf31 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile.develop index 75dd39160..a9de52d5b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk18/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile index 2d633c783..9c1c55f15 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile.develop index 0d3f42a42..267b7773e 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk19/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile index 3df956fb2..1d070189d 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile.develop index 76f684824..afb1f7ff9 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk20/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile index fa56109c3..29d0eb11b 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile.develop index 10f0185e7..13b2b0876 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk21/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile index 2195b5b5e..537e8084c 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile.develop index 4190d19fb..05fe554b4 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk22/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile index 73c8de9b6..a46f44af8 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile.develop index a81985388..27400f100 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk23/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile index cf9456d35..67da4ec5f 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile.develop index 191c31da0..0dad676dd 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk6/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile index 03a42eb7b..2405eb593 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile.develop index d4dba8ffc..02e7be762 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk7/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile index fd79ae02c..67a493ccf 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile.develop index 7a86442d1..6a265a743 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/jdk/jdk8/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile index e16c2e874..aa2dc57f1 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile.develop index 79b6a28a0..078705345 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk11/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile index 286846e4d..407d0498b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile.develop index 44ae65879..a8c3b9670 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk16/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile index 35bd82e34..cc85a367a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile.develop index 5fc2866d0..d168602a1 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk17/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile index a176a2768..953014d81 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile.develop index 2adcd54f2..257f4f66a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk18/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile index 18308eabc..410f6ae2c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile.develop index 2e7387579..76c2030cf 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk19/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile index e3ba1875e..e43db26e7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile.develop index 89c80da68..599427abd 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk20/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile index bb2f61f42..28e8bf96a 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile.develop index 357bc0cde..b458a8178 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk21/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile index 0247ba3aa..0cbf1b9c3 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile.develop index 4b207b771..3eb2a8646 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk22/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile index f0c21894a..ba9133287 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile.develop index c2d10cfe4..3eb45af61 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk23/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile index 6d837ee0e..48c0d67f5 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile.develop index dfce09776..dac39f06e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk6/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile index 10c45a5e4..5ed495c29 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile.develop index 54e8bc6c8..7ecd34640 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk7/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile index b31617aeb..474435295 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile.develop index 83d9a2e7f..ea816564f 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/jdk/jdk8/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile index ffbca4ef0..208300ac0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile.develop index fa5bf32cd..0a3dcec9b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk11/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile index 04be5bb3d..752a39021 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile.develop index 7994a17bb..47344a26d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk16/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile index 6d06e1d70..7616a2eae 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile.develop index da721a83b..a12ba795c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk17/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile index 7ef942ae4..5884d8dd0 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile.develop index db5271320..c7f8a082c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk18/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile index fe760ae56..0657474bd 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile.develop index bf93e29d8..420c31213 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk19/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile index 7b78a408f..d49e5723d 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile.develop index 7a154909d..5c7cf547a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk20/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile index 61cd86e34..77190483c 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile.develop index f288ace63..3a5a89944 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk21/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile index 497244d1a..dd6b8eda1 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile.develop index 4f4835e62..912230836 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk22/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile index fe3f414b9..93851852a 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile.develop index d88400acb..d3a5b6ae6 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk23/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile index 8f6186254..60e349bcb 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile.develop index bd68a7570..5457eec0f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk6/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile index 5d7101da5..b6e9cab5b 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile.develop index bf9cd6e4a..24e7570b1 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk7/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile index 19580d9c7..a69b9a7c2 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile.develop index 7213a604c..ef88e1467 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/13-trixie/jdk/jdk8/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile index e3e7f6626..03a4a8f2f 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop index be94f05b1..1cfc42973 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk11/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile index fa35e09ed..2b8c218b9 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop index 27937bd91..f977a56b8 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk16/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile index f24bcae6f..74285eb03 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop index 4010cc386..4e5b0dfe0 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk17/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile index 55770ab7c..30a01c9bc 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop index 1f68146e9..a6fcf3278 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk18/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile index 78af44fa7..2038439be 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop index ce4f9deda..22337383e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk19/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile index 30c1606a9..2aa10d592 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop index 28714702a..5849a2355 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk20/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile index 791929016..f1ebc38cd 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop index b495d7d9c..95faea787 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk21/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile index 8abdf0fca..d60edea40 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop index b72023404..dcfa1908e 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk22/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile index 1db816c74..afd5fd1bf 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop index 05c5fec0e..0017f3c94 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk23/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile index 239a853d5..5e5219343 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop index d47fae962..a18d1d0ed 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk6/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile index 7229bb4aa..94aa3f252 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop index 85c15a57e..6c80cd9f3 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk7/Dockerfile.develop @@ -20,12 +20,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile index 32bbdc956..1726626cb 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop index 498d20ac1..f027e00b7 100644 --- a/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop +++ b/linux/ecosystem/epicmorg/debian/sid/jdk/jdk8/Dockerfile.develop @@ -21,12 +21,12 @@ ENV PATH=$PATH:${JAVA_HOME}/bin RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O /tmp/$(basename "${K_JDK_URL}") \ diff --git a/linux/ecosystem/steamcmd/Dockerfile b/linux/ecosystem/steamcmd/Dockerfile index e046cd537..d3f85531f 100644 --- a/linux/ecosystem/steamcmd/Dockerfile +++ b/linux/ecosystem/steamcmd/Dockerfile @@ -23,12 +23,12 @@ RUN mkdir -p ${VALVE_STEAMCMD_FOLDER} ${VALVE_GAME_FOLDER} ${VALVE_VOLUME_FOLDER RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --tries=15 \ + --timeout=30 \ + --waitretry=15 \ + --dns-timeout=30 \ + --read-timeout=30 \ --progress=dot:giga \ --no-clobber \ -O ${VALVE_STEAMCMD_TEMP} \ diff --git a/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile b/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile index cfe4ffece..107a7ba36 100644 --- a/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile +++ b/linux/ecosystem/testrail/5.4.1.3669/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile b/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile index 4f44f282c..4ef013a76 100644 --- a/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3727/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile b/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile index 7f1a70755..d896b9daa 100644 --- a/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3731/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile b/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile index d96d400ef..5cd3ec1d8 100644 --- a/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.0.3735/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile b/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile index 3eef8b430..c3c9aeb21 100644 --- a/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile +++ b/linux/ecosystem/testrail/5.5.1.3746/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile index da6473b52..a7f3623bd 100644 --- a/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3853/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile index 6f31e3203..af88240d7 100644 --- a/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3856/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile index 34a9c6fb1..1d8584188 100644 --- a/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3861/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile index 322c19bf3..a53761e9d 100644 --- a/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3862/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile b/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile index 516e2db1b..8ca7128ea 100644 --- a/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile +++ b/linux/ecosystem/testrail/5.6.0.3865/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile b/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile index 44447d8f8..23dcb8871 100644 --- a/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3938/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile b/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile index 10dadacc2..bf73959e7 100644 --- a/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3942/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile b/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile index 4de3ecac6..45b5911dc 100644 --- a/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.0.3951/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile b/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile index ee6c6e7c3..2d402eeb4 100644 --- a/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4026/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile b/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile index 81174f0bf..5076c9ba8 100644 --- a/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile +++ b/linux/ecosystem/testrail/5.7.1.4028/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile b/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile index 5daac73bd..e90774e3f 100644 --- a/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile +++ b/linux/ecosystem/testrail/6.0.0.4140/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile b/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile index 46c93112f..c52a2b671 100644 --- a/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile +++ b/linux/ecosystem/testrail/6.0.1.4163/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile b/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile index b5d395a37..05371157a 100644 --- a/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4367/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile b/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile index 64c2de669..fda74edce 100644 --- a/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.0.4369/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile b/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile index d91fc8157..a928f52a1 100644 --- a/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1020/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile b/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile index d8dcc8497..6a26d6494 100644 --- a/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile +++ b/linux/ecosystem/testrail/6.1.1.1021/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile b/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile index a71a59212..097bca42d 100644 --- a/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.0.1085/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile b/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile index 1db4ffe13..6d87d5ae1 100644 --- a/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1003/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile b/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile index bf0478ad4..357e0e7d0 100644 --- a/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.1.1005/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile b/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile index 89dd35c81..b500d6f37 100644 --- a/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.2.1107/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile b/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile index 08998fdcf..0aef53951 100644 --- a/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile +++ b/linux/ecosystem/testrail/6.2.3.1114/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile b/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile index b0979775e..2d9efdedf 100644 --- a/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile +++ b/linux/ecosystem/testrail/6.3.0.1120/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile b/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile index 3de900622..2f91e372d 100644 --- a/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1004/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile b/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile index 544a7507c..3989d83d1 100644 --- a/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile +++ b/linux/ecosystem/testrail/6.3.1.1006/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile b/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile index 39bfc32ad..92af20e9c 100644 --- a/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1284/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile b/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile index c18f766b3..b4629ccf9 100644 --- a/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile +++ b/linux/ecosystem/testrail/6.4.0.1293/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile b/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile index 517bce816..cf7e5b6e6 100644 --- a/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.0.1298/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile b/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile index c9a1e6ff3..db413e137 100644 --- a/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.1.1002/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile b/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile index 87ec926c0..1647eaa73 100644 --- a/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.3.1001/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile b/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile index 27924954e..9d4976b7e 100644 --- a/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1002/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile b/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile index ff8a88cce..550cd6e14 100644 --- a/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.4.1007/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile b/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile index 96d0d718f..85cc23420 100644 --- a/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.5.1009/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile b/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile index de232b174..2b1ca2fe8 100644 --- a/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.6.1014/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile b/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile index 57e52b4de..2d68f2646 100644 --- a/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile +++ b/linux/ecosystem/testrail/6.5.7.1000/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile b/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile index f926df94c..3d095e98c 100644 --- a/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile +++ b/linux/ecosystem/testrail/6.6.0.1156/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile b/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile index 1edec1de3..2fe8293a5 100644 --- a/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile +++ b/linux/ecosystem/testrail/6.6.1.1166/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile b/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile index 9de1c960a..0b9bfd008 100644 --- a/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile +++ b/linux/ecosystem/testrail/6.7.1.1020/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile b/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile index 6ee6020a2..d9076dc55 100644 --- a/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1037/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile b/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile index ccae54a85..a1b3d6bfc 100644 --- a/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile +++ b/linux/ecosystem/testrail/6.7.2.1043/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile b/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile index 66fbe25f7..9ac7ed431 100644 --- a/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.0.1057/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile b/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile index 81f6f3f77..a803b5880 100644 --- a/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1002/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile b/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile index e2d2cd7db..61e3f4e06 100644 --- a/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.1.1013/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile b/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile index e383bccc2..24f5cfdd4 100644 --- a/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1014/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile b/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile index c49dd2db2..27004bb57 100644 --- a/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1015/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile b/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile index d5ff8f06a..fd5326f0f 100644 --- a/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile +++ b/linux/ecosystem/testrail/7.0.2.1016/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile b/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile index f3f9be015..3800fa9bb 100644 --- a/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8079/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile b/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile index 26aff9870..9b5860eca 100644 --- a/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8091/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile b/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile index 9fa7d722c..d5f0b7052 100644 --- a/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile +++ b/linux/ecosystem/testrail/7.4.1.8092/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile b/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile index f946ab1a6..cfa9e826f 100644 --- a/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7010/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile b/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile index 1b332f64b..bd40c6daa 100644 --- a/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7012/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile b/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile index 9d50ef398..9c1a42bc7 100644 --- a/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.1.7013/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile b/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile index ec82fd260..6df351754 100644 --- a/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.2.1002/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile b/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile index bf1ec45de..7a1d19e95 100644 --- a/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile +++ b/linux/ecosystem/testrail/7.5.3.1000/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile b/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile index a635367cf..2d45f831c 100644 --- a/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.0.1089/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile b/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile index 46f15b16b..fa8919175 100644 --- a/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.1.1029/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile b/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile index aa5259c8d..1a66b4552 100644 --- a/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.4.7036/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile b/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile index b7d5f90b0..182aeb4eb 100644 --- a/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile +++ b/linux/ecosystem/testrail/8.0.6.1019/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/8.1.0.6165/main/Dockerfile b/linux/ecosystem/testrail/8.1.0.6165/main/Dockerfile index 2dfe4304a..e84ad1bb6 100644 --- a/linux/ecosystem/testrail/8.1.0.6165/main/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6165/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/8.1.0.6186/main/Dockerfile b/linux/ecosystem/testrail/8.1.0.6186/main/Dockerfile index 6ada85142..1b5836b67 100644 --- a/linux/ecosystem/testrail/8.1.0.6186/main/Dockerfile +++ b/linux/ecosystem/testrail/8.1.0.6186/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/9.0.0.1057/main/Dockerfile b/linux/ecosystem/testrail/9.0.0.1057/main/Dockerfile index 12b61225a..27ce6fa46 100644 --- a/linux/ecosystem/testrail/9.0.0.1057/main/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1057/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/9.0.0.1091/main/Dockerfile b/linux/ecosystem/testrail/9.0.0.1091/main/Dockerfile index 40acccda0..e8d3ac33d 100644 --- a/linux/ecosystem/testrail/9.0.0.1091/main/Dockerfile +++ b/linux/ecosystem/testrail/9.0.0.1091/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \ diff --git a/linux/ecosystem/testrail/9.1.0.1025/main/Dockerfile b/linux/ecosystem/testrail/9.1.0.1025/main/Dockerfile index 0f37eb5c6..74e814086 100644 --- a/linux/ecosystem/testrail/9.1.0.1025/main/Dockerfile +++ b/linux/ecosystem/testrail/9.1.0.1025/main/Dockerfile @@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf RUN wget -c \ --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \ --no-check-certificate \ - --tries=5 \ - --timeout=30 \ - --waitretry=5 \ --retry-connrefused \ - --dns-timeout=10 \ - --read-timeout=20 \ + --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 \